Sunteți pe pagina 1din 72

S No

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
74
75
76
77
78
79
80
81
82
83

84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125

126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168

169

Questions
what is the difference between do get/dopost
difference between forward and sendredirect
can it possible to validate form field before execution of a servlet service method if yes how??
can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans
can we override service method in my servlet class..?? if yes or no why ??
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
If we disable cookies in our web page, what will happen?
please give url to get orinal software for I-net crystal clear java report tools?
What is a parser. What does a parser do with a XML? Why do we need it?
can v create a constructor 4 servlet?
What is the use of RequestDispatcher in servlet?
java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with
pls very ungent
How many ways to remove the session object in the container
How do u authorize and authenticate without <auth> of web.xml
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?
What is done after deploying a war file and before client gives a request

How to work with Chinese login page (internationalization).if he enters user name and password in ch
converted to English and validate in db? And in reverse it should display welcome message in Chines
In jsp custom tags from child tags to how many levels of parent tags you can acess
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater th
what is meant by Transaction Isolation Levels?
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet o
Difference between web container & web server........... Difference between web server & application
What is the difference between Get and Post Method?
How can a servlet refresh automatically if some new data has entered the database?
what is the difference between ServletContext and ServletConfig
how to use servlets with j2ee ?
how a servlet is instantiated, whether the container calls init() or by calling any other method?
Is it possible to send a mail from a servlet? Explain?
Can we use servlets in JavaScript?
Can we use javascript in Servlets?
What is Single Threaded Model in Servlets? Explain this with an example?
What is Generic Servlet and how it is different from Http Servlet?
What is connection pooling?
What is HTTP Tunneling?
waht is the main diference b/w servelts and JSP ?
What are different types of SessionTracking?
What are the types of ServletEngines?
What are different types of Servlets?
What type of protocols are used in HttpServlet?
What are the security issues in Servlets?

What are the methods in HttpSession and their use?


What are the methods in HttpServlet?
What are the exceptions thrown by Servlets?
Name the servers that can be used to develope and deploy Servlets?
What are the classes and interfaces for servlets?
How are Sessions are more advantage than using of Cookies or URLReWriting?
What is session variable in servlets?
What are cookies and how will you use them?
What happens, when client requests for server object, which is not yet loaded into the memory?
Explain life cycle of a Servlet?
how a user session can be tracked in servlets?
What is servlet tunnelling?
What is servlet exception?
What is ServletContext() and what is its use?
What are the parameters of the service method ?
What is context switching?
What is Client-Server Computing?
What is a Proxy Server?
What is a Session Id?
What is URL Rewriting ?
What is Servlet Context?
Explain Servlet Chaining ?
What is Server-Side Includes?
What is HTTP Session ?
What is DSN and System DSN and what is the difference between them?
struts comes under which layer of three tire architecture in real time projects plz i need explaination?
Difference between struts1.2 and struts2.0?
is it possible to see actionservlet in my system. if yes how
what is the difference between page and pageContext implicit variables
Where can i get jar file for use the struts-tags in struts2?
How can I make own ActionServlet? with example
How do you customize ActionServlet?
In web.xml file instead of *.do can i write *.ibm, Specify with example

If we close the browser,when the specific user session is active.Again if we open browse how to retriv
what code i have to da???
multiple instances for action class is it possible
what is the difference between ServletContext and ServletConfig?
Is Struts Action class Thread Safe?
Which parser is used in Struts to parse the Structconfig.xml file.
life cycle of struts?
How data transfered from one formbean to another formbean?
What is Request Dispatcher and What is reuest Processor??
which MVC architecture struts follows and why?

where you will implement the tiles in struts?


its a ActionForm controller or model?
whats is mean Actionerrors and Actionerror?
how the error can be showed in the jsp page in struts?
what are the type of forward class in Struts?
who will run the execute method in struts?
how will you view ur jsp page to the client by using properties file?
what is mean by custom tag?
wahts the diif between Mvc1 and Mvc2?
what are the actions in struts?
what are tiles in struts?
how you implement and maintain your struts project by using MVC2 arch?
What is use of parseQueryString?
Name the webserver that is used to run Servlets?
What are setSecure() and getSecure() methods in Cookies?
What are setComment and getComment methods in Cookies?
What is the use of Servlets?
What is the role of the webserver?
What is the protocol used by Server & Client?
Explain the methods in Generic and HTTP Servlets?
Explain the difference between GET and POST methods?
What is the difference between ExecuteUpdate and ExecuteQuery?
what is the advantage of using Servlets over CGI programming?
What is the default HttpRequest method?
What is the capacity that doGet method can send to the server?
What is the advantage of Servlets when compared with other server side technologies?
What is the ServletConfig() and what is its use?
How to draw class/object diagram for ATM
Can Container Managed Bean-Managed Transaction ?
Can Container managed Bean-Managed Persistence ?

can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that
session bean.But i am not able to understand the basic flow between diffrent packages.
Can CMP manage BMP Transaction ? Entity Bean Life Cycle ?
difference b/w the hybernate and entity bean
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Driver manager is a class/interface.
what is an ejb object?
can u explain about design patterns like singleton,builder,factory
whatis the diff between ejb and servlet/jsp
what s the difference b/w EJB 2.0 and EJB 3.0 technically
Can the primary key in the entity bean be a Java primitive type such as int?
How can I call one EJB from inside of another EJB?
What is the perpose of EJBs?

how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Name the interfaces that you used in Beans?
What are the design goals of EJB Architecture?
what are the classes you used in Beans?
What
are theto
properties
Beans?
Is it possible
write twoinEJBs
that have different bean classes, but they share same Remote interface
interfaces?
can we stop the execution of a method before completion?
when deploying an EJB, does it possible to specify multiple JNDI names?
How can a CORBA object, accessed from a EJB?
can we have static initializer blocks in EJB?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
In EBs the DB state is more consistent than SBs why?
In an EJB project, Howmany tables and How many entity beans are used?
Using Container managed entity bean, how an entity bean can be created?
How is an entity bean created?
How entity beans support container managed persistence?
what is the Relationship between EJB and CORBA architecture?
In what way, the client gets a reference to an existing entity bean?
How 'messaging' supported in EJB 2.0 Specification?
How does a container, manage access, from multiple transactions on an entity bean?
How Stateful Session bean will store its State ?
How does EJB 2.0 improve support for interoperability between EJB containers and other J2EE product
How do identify two same entity beans?
In bean managed transactions, how session bean can be configured?
How stateful session beans will maintain consistency, across transaction updates?
How EJB component can in interact with COM/DCOM components?
Can stateful session beans are persistent?
Explain the architectural relationship between EJB & XML?
Describe client view of an Enterprise JavaBeans component?
What is Introspection ?
Explain the Sotware Architechture of EJB?
How enterprise beans will handle concurrent and loopback calls on entity beans?
What are the implicit objects?
Is JSP technology extensible?
How can I implement a thread-safe JSP page? What are the advantages and Disadvantages of using it
How does JSP handle run-time exceptions?
How do I use comments within a JSP page?
How do you initialize a newly instantiated bean using scriplet
How session management is handled in JSP
How to declare methods in JSP pages
How can I set the inactivity lease period on a per-session basis?
Can we enable communication between a Servlet and JSP? How?

When data displayed from database to textbox 'null' data appears as 'null' in the textboxes. How to m

pty while populating.

S No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
24
25
26
27
28
29
30
31
32
34
35
36
37
38

39
40
41
42
43
44
45
47
48
49
50
52
53
54
55
56
57
58
59
60
62
63
64
65
66
67
68
69
70
71
72
73

74

75
78
79
80
81

83
84
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126

127
128
129
130
131
132
133
134
136
137
138
139
140
141
142
144
145
146
147
148
149
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172

173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211

212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229

Questions
Define System.out.println(); .
What are the difference between String Buffer and String builder ?
What is the difference between error and exception in simple terms .
Why can't we make jsp as a controller and action servlet in struts?
What is the use of finally keyword?
Why do inner class cannot have static declaration except static nested class?
How to write a program to count the number of letters from strings like "UNDERSTAND" ?
Which are thin and thicK wrapper Classes in Java?
Why there can be multiple catches for a try block?
How to convert a binary search tree to a sorted doubly linked list in place.
what is the difference between AWT and SWING packages. what is the advantage of using swing?
what is the difference between java and j2ee?
How can we implement abstract and non-abstract mehtods? Explain with source code.
How to override equals() method and what is the use?
How to declare unique ArrayList ?
What is wrapper class in java?Explain with example.
How to write a source code for print?
How to apply shallow cloning and deep cloning to create object?
Which of the variables and class members of a class can be referenced by variables of class b?
What is the difference between this() and super()?
What would be the output of the following source code: public class BatchTest { public static void
main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c
D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); }
System.out.println("FINISHED"); } }
How two different class threads communicate with each other?Explain with source code.
How does the java compiler come to know about specification of Marker interface?

Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how a
both the threads should start at the same time
How to call one constructor from another constructor?
Write java code to print second max number in the array?
What is default specifier, default constructor and default method in java?
Can we declare static variables in JSP page?
What are Advatages of Overloading and Overridding?
In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?
How
to validate
the
and password)
session(http
session)?between
not in LDAP
serve
If
all the
methods
in request
abstract(Eg:user
class arename
declared
as abstractinthen
what is difference
abstract
in interface?
Why cant we define System.out.println() inside a class directly?
public class Garbage { int a=0; public void add() { int c=10+20; System.out.println(c); System.out.pr
public static void main(String args[]) { Garbage obj=new Garbage(); System.gc(); System.out.println(
Collected"); obj.add(); } } Above is a code in java used for garbage collection. object obj has been cre
the class Garbage and system.gc method is called. Using that object add method is called.System.gc
called the obj should be garbage collected?
Is it compulsory to have atleast one abstract method in abstract class?
Explain the difference between abstract methods and interfaces with programming (code) example?

What is the exact difference between applet and frame?Do we use main method in frames?
How to use crystal reports in java?
What is the use of pojo (plain old java objects)?How it interacts with crystal reports?
What is the concept of autoboxing?
Why Wait and notify are kept in Object class although they are used only with Thread Class?
Why const and goto are reserved keyword in java?

If a multi threaded Java program has started numerous number of threads, at any point in time how t
which thread is currently executing/running ?
why java does not support multiple inheritance?
What is the need to implement Serializable interface (with no methods) for objects which are to be se
Is it possible to access private data outside the class in java programming language?
How to add two numbers with out using Arithmetic , union operators in java?
what is Thread?
what is mutability?which one is mutable String or StringBuffer?and why?Explain with examples.
What is operator?
What is unicode?
what is the use of reference variable?
What is the difference between .cpp And .java?
Explain the life cycle of Thread?
How to implement garbage collection?
When to use final class in java?
Why do we use public static with the main function in Java?
Is it possible to inherit the constructor in a Class?Explain with example.
What is the functionality of DataOutput interface in java?
How many number of objects we can store in an ArrayList?
What is the purpose of primitive data types in java?
What is the difference between pageContext and page implicit objects in jsp?
Is it safe for adding 10,00,000 records/objects to HashMap?
How to decrease number of hashings in hash table?
How to make class immutable?
What is an object?
Difference between String and String Buffer?
If two references are having same hash codes,then are refering to same object?

public class AboutStrings{ public static void main(String args[]){ String s1="hello"; String s2="hel"; S
s3="lo"; String s4=s2+s3; //to know the hash codes of s1,s4. System.out.println(s1.hashCode());
System.out.println(s4.hashCode()); // these two s1 and s4 are having same hashcodes. if(s1==s4)
{ System.out.println("s1 and s4 are same."); }else System.out.println("s1 and s4 are not same."); } }
output of code does not show equal values for s1 and s4.Explain the reason?
what is the use of datasource in core java?
whats is the use of final,in which situation final can be used in the application?
what is diff bet iterator and enumeration?
wht is customised exception?
whats the life cycle of jsp

what is mean by method signature?


whats the life cycle of jsp
what is mean by method signature?
who was the founder of java
How u dubugg ur project?
how u do unit testing?
How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.
How to create an instance of a class if the class has private constructor?
without using arthematic operation ,how can you write the logic for adding/substraction/multiplication
What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?
What is emant by API? is it related to java only or it is common for all OOPS supporting language?
what is the difference b/w design pattern and architecture
what is an virtual function
why applet doesn't have main? isn't possible a program with out main?
what'sisdiff
between
struts
& 1.2
What
more
advisable
to 1.1
create
a thread, by implementing a Runnable interface or by extending Th
class?
can we have virtual functions in java?
Why we need to serialize the object
Which class should you use to obtain design information about an object
What is the difference between Stream Reader and Stream Writer?
What is the exact difference in between Unicast and Multicast object ?
To what value is a variable of the Boolean type automatically initialized?
How does serialization work
Which Math method is used to calculate the absolute value of a number?
When does the compiler supply a default constructor for a class?
what is Assertion?
what is java
explain the classification of exception and hoew to handle the exceptions
what are depricated methods in threads and explain the lifecycle methods
explain the clone method and clonable interface
why the constructor should be used in class,if there is no constructor what will happen?
how can u create the object with out new operator
explain oops concepts with examples?
when,where and how to use abstract class and interface
what is difference between class and object?
when to use abstract class and when to use interface?
how can i connect to database in a applet ?
What is the SimpleTimeZone class?
What is the Set interface?
What is the immediate parent class of the Applet class?
What is the immediate superclass of Menu?
What is ResourceBundle class?
What is Map interface?

What is Locale class?


List interface?
What is the Layout for ToolBar?
What is the GregorianCalendar class?
What is the Dictionary class?
What is Collections API?
What is Collection interface?
What is the % operator?
What is singleton class?
What is the difference between serialization and deserialization?
What is serializable interface?
What is protected and friendly?
What is procedure overloading?
What is persistence ?
What is numeric promotion?
What is method Overloading in the perspective of OOPS?
Explain about vector, dictionary,hash table, property classes?
What is static variable and static method?
What is meant by serialisation and deserialisation?
Explain the concept of polymorphism with examples?
What is meant by packages?
What is files manifesting?
Define interface?
explain the concept of inheritance with an example?
What is the difference between getCodeBase and getDocumentBase methods?
What is meant by final class, methods and variables?
What is an exception?
What is meant by event handling?
Explain in detail about encapsulation with an example?
What is Distributed Application and what is its usage?
What is a deadlock ?
Explain cookies?
What is meant by controls and types?
What is meant by constructor?
When will we use class loader?
What is meant by class loader and how many types are there?
What is 'finally' method in Exceptions?
What is "finally" keyword?
How is rounding performed under integer division?
How to do validation of the fields in any project ?
How does a try statement determine which catch clause should be used to handle an exception?
What are the differences between Java 1.0 and Java 2.0?
How do you sing an Applet ?

How do you load an HTML page from an Applet ?


How do you compare two strings? any predefined method for this?
How Applets & Servlets will communicate with each other?
When garbage collector invokes object?s finalize() method?
What is the default initialized value of a boolean type variable?
What is the default initialized value of String type variable?
What class is used to implement a Throwable array?
What is the minimum and maximum length of an identifier?
what is difference Between Core Java and advance java
can we write a program with out a class in core java?
how to write a program for chat function using core java
what is the use of private constructor in core java?
what is the use of datasource in core java?

Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how com
creating objects and calling methods("preparestatement()") in it. In which class this method is define
let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE
SET SALES = ? WHERE COF_NAME LIKE ?");
Can we make a database connection from HTML ?
Is there any limitation for no of statments executed with in batchupdate?

i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch a
records at a time?
How to handle when the database crashes while reading the data from the database?
Explain how data flows from view to db and reverse
how to retrieve sql exceptions
what is rowset?

which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages
disadvantages using connection pooling.
callable is interface or class ?
preparedstatement p= new preparedstatement is it possible ?
How to find total column from a resultset?
How to find the column count in resultset?
What are prepared stastements
When will preparedstatements get complied and how does it work.
what are design patterns?
how you will execute the many tables data
wahts is mean by primary key and unique key?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.
wa is connection pooling? how do u create connection pooling?wat is use connection pooling?
what does the method Class.forName returns?
what is connection pooling?
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail
How is database middleware used to access legacy databases?

How does JDBC differ from ODBC?


What is Type-3 Driver and when this driver is used?
Can we use the one instance of Statment to execute more than one query ?
How do you create Connection?
In JDBC, All the API?s are interfaces? Where is the actual implementation?
what is metadata and it's use?
what is callable statement?
What is PreparedStatement?
How many isolation levels are supported in JDBC and what are they?
How many types of JDBC drivers are there and what are they?
Difference between servlet and applet method?
signature of init method?
Difference between Generic Servlet and HTTP Servlet?
what is meant by connection pooling?
Difference between Dirty, commited ,phantom,repeatable reads?
write down exceptions those appear in java programs when u write JDBC Programs?
Stored procedure purpose?
Different statements in JDBC?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
24
25
26
27
28
30
31
33
34
35
36
37

38
39
40
41
42
43
44
45
46

47
48
49
50
51
52
53
54
55
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71

72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112

113
114
115
116

How to generate XML out of QUERY?

if a parameter is not send to a stored procedure what type of identifier is to be used in Stp and if that
parameter is not feed to the a query inside the Stp how to validate with out useing IF condition
how can i view structure of table in sql server? Give the query.
Accidentally i deleted my table. How can i get that table back?
what is difference between having and where clause ?

employee table has employee id ----------- empid ---------------- 1 2 3 3 3 4 5 5 5 6 6 6 7 here the values
repeated two times.how to select the repeated values only.i.e 3,5,6 should alone come.

I Have Employee table having column name as ID,SALARY how to get second max salary from employ
table with id ex ID SALARY 1 20000 7 37000 2 5000
can you any body tell me the how to decrease the logfile
can you any body tell me which service pack is installed in the sql server?

Is it possible to allow NULL values in foreign key? I s it possible to use different constraints for the sam
column in the table (i.e) (id int NOT NULL,UNIQUEUE)
Name three version of sql server 2000 and also their differences?
Which virtual table does a trigger use?
How do you find the error, how can you know the number of rows effected by last SQL statement?
What types of integrity are enforced by a foreign-key constraint
internal language used in sql server 2000?
Can we rewrite subqueries into simple select statements or with joins? Example?

How to write the storeprocedure with in the store procedure? and how can we write the store procedu
in a trigger vice versa? plz post me the exact answer?
What is Covering Indexes? Plz explain with example

What are the new features introduced in SQL Server 2000? What changed between the previous vers
SQL Server and the current version?
Explain the storage models of OLAP?
Give the code to create procedure for taking databse backup in sql server.
Which command executes the contents of a specified file?
What is the difference between NOROW and LOCKROW?
can any one please send sql quries most used in applications.
plz send every query in sql server2000
Scalability, Availability, Integration with internet, etc.)?
Can XML be used to access data?

Write a Select Query to display title for each group of records, which are collected with Compute Clau
titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
what is package and it uses and how can u call a package

Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Functi
is the Unique Datatype?

What is one of the first things you would do to increase performance of a query? For example, a boss
you that ?a query that ran yesterday took 30 seconds, but today it takes 6 minutes?
Which command displays the SQL command in the SQL buffer, and then executes it?
syntax for deleting the database in T SQL
What are the two types of concurrency?

What are explicit and implicit transactions?


What does the INSTEAD OF trigger do?
What are the two virtual tables SQL Server maintains for triggers?
What are the main control-of-flow T-SQL constructs?
What types of integrity are enforced by a foreign-key constraint
Would it be a good idea to create an index on a table that always contains 10 records? Why or why no
What value could be assigned to Varchar Type?
what is the purpose of using alias name in sql server? with certain example?
what is cursor?will u plz explain me in detail with certain example?
what is the difference between view and cursor?

If we do any change in view will it affect the database,similarly when we do changes in cursor will it a
the databse?with certain example?
How to find the date and time of last updated table?
you are provided with the single table having say 4 col ie fname lname age city , now the all records
displying of only fname and lname is required but in this format say my name is abhay khanna it will
like this abhay-khanna rahul-roy gaurav-singh the above format is required
What is stored procedure?Its significance with example?
one table has four field id,name,design,salary. i have to find maximum salary .
can you any body tell me simple recovery,full recovery,bulk logged recovery where can use?
can you any body tell me suppose database is suspect mode. how can take to normal?
select empid empname from employee What is the result for the about query?

i have 4 tables.. T1, T2, T3, T4.. these tables have the same structure and they store the information
in different years.. T1 stored 2002, T2 stored 2003, T3 stored 2004 and T4 stored 2005.. i want to cop
contents in T1 to T2, T2 to T3, T3 to T4 and T4 to T1.. how do i do that? Temp tables cannot be used..
Write an SQL query if u want to select the data from one block which intern reflects in another block ?
where do you use Isolations?give me some exmpale?
How do we rollback the table data in SQL Server
What is user stored procedure & it purpose?
Which institute is best for SQL Server 2005 Training?
How to link up the text file to a Database table?
How to Debug a Stored Procedure?
What is the difference between DTS and SSIS?

Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Functi
is the Unique Datatype?
what is the main difference between constraints(like primary key etc..)& joins?
What is the diff between Static Queries and Dynamic queries give me some examples
how to delete duplicate rows from table
what is the diff between nolock optimizer and read uncommitted isolation?
What is Query Execution Plan? How does it help optimize or tune a database driven application?
what is the diff between revoke and deny?
Which is better in performance - CONSTRAINT or TRIGGER over a column which restricts say an input
particular value in a column of a table?
What all db objects can be found in MSDB database of a SQL Server instance?

Which databases are part of SQL server default installation? Explain the usage of each?
What is the difference between views and stored procedures? Can we have input parameters for view
any one can explain Self mapping Delegation Remote Credentials
how to find number of columns in a table in sql server 2000 and 2005 also
what is meant by deafult in sql server?
how to find number of columns in a table in sql server 2000 and 2005 also
wht's the differece between sqlserver05 and sqlserver2000
Why do we use alias for the table name? What is its importance?
Is there any reason for which we cannot use After trigger with a view?
What is the difference between windows authentication and sql server authentication.
How is the error handling in stored proc of T-SQL
What is clustered index and non-clustered index?
How many clustered indexes and non-clustered indexes can be created in one table?
What do we mean by Database Testing ? What is the exact meaning of Database Testing?
what are the differences between sqlserver 2000 and sql server 2005?
How
select
Distinct columns
table
having
20 columns.
Whatto
are
the requirements
and from
data the
thattable,
should
be had
before
creating table relationship using SQL S
Database?
What is a transaction isolation level and What is the advantage of it?

Suppose u have a field with UNIQUE KEY. can u leave two or more cells NULL in SQL Server 2005...If Y
Why...if NOT then Why.....

If I have 10 statements, individually committing each statement is efficient or doing a bulk commit of
10 statements at the end is efficient.Say Why?
How to display the table data in XML format using SQL Server.
How do you optimize stored procedures ?
Can we add or remove privileges?
when does the database return a constraint violation?
How to upate the data in product table, there are 50000 rows. Give the script.
what is Constraint? How many types of constraints in SQL ?
What are indexed view or materialised view.
when we use function instead of procedure?
how insert selected column only ?
how to find the particular row in table?
which query u can write to sql server doesn't work inbetween 7.00PM to nextday 9.00AM
how to write the query to select the rows are in the order of either 1,3,5,7... or 2,4,6,8,...
What is WITH CHECK OPTION
How will u get 5 years back record?
How to find the date and time of last updated table?
which index was created for the following command? Create index a on employee(dno)
what is replication? where do u use Go Keyword?
CLR Integration ? what is Notification services ?
Different Types of Functions ?
what is normalization? what is denormalization?
Difference Between varchar and nvarchar datatype?

what are batch in sql server?


How to delete particular value in the column of a table.Is it possible or not?if possible give it as in que

How to delete duplicate records from a table?(for suppose in a table we have 1000 Records in that we
200 duplicate Records , so ,how to findout that duplicate Records , how to delete those Records and a
into sequence order? one more thing that there is no primary key at all)

create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp
end while executeing the above code it shows error like '#temp already exist' .why it shows an error?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
18

19
20
22
23
24
25
26
27
28
29
30
31
32
33
34

35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74

75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
###
###
###
###
###

what is virtual function in c++


WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.
How is data security provided in Object Oriented languages? ?
Write a program to demonstrate the use of 'Composition' in C++
wht is major diff b/w c and c++?
How to deploy web appliction in web logic ?

How to handle exception in c++, For example in a functions i am assigning memory to some variable
in next instructions in am dividing one variable also. If this functions generates a error while allocatin
to those variable and also while dividing the variable if i divide by zero then catch block how it will ide
this error has cone from perticular instruction
What are the advantanges of modularity
what is multithreading in c++ , what is difference between multithreading and singlethreading.
what is difference b/w object based and object oriented programming language?
What is the differances between a abstract calss and interface
how can we design a magic square in c++?or suggest me the basic idea of it.
explain dynamic binding by drowing

Base class has two public data members. How can i derive a new class with one datamember as publ
another data member as private?.
what is virtual destructor

write a code for this:trailer recordId contains a value other than 99, then the file must error with the r
Invalid RECORD_ID(User Defined Exception).

write a code for this. serial_number contained in the header of the file will be read , if this serial numb
than a previous serial number within a successfully processed file, or is the same as another serial nu
within a successfully processed file, or if the field contains anything other than 7 digits, then the file m
with the reason Invalid SERIAL_NUMBER.
can you explain how to use JavaBean in Project

Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference betwee
interfaces and abstract class?
what is the usage of clas templates
how to swap to variables without using thrid variable in java?
Please tell me the oops concept with detailed answer
How Do you Code Composition and Aggregation in C++ ?
how to find no of instances of an object in .NET?
swapping program does not use third variable
Explain polymorphism? What r the types of polymorphism? pls give examples?
what is the difference b/w abstract and interface?
what is the function of 'this' operator ?
What is Iteration Hierarchy? What is what is Object behavioral concept?
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5

What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit su
3) class aclass <-superclass

What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1
Code cannot compile
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required

In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually co
1) The first argument passed into the program 2) The program name 3) You can't define main like tha

What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The comp
output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
what is the virtual function overhead, and what is it used for ?
Definition of Object Oriented Programming in single line?
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
Why u change company?
Difference between new operator and operator new
What is extreme programming?
What is the difference between and interface and an abstract class ?
advantage and disadvantage in c++>>oops
write a program for function overloading?
what is the basic concept of inheritance?
What is a mixin class?
What is an orthogonal base class?
Which is the only operator in C++ which can be overloaded but NOT inherited?
When is it necessary to use member-wise initialization list in C++?
Which is the parameter that is added to every non-static member function when it is called?
Write a macro for swapping integers
What is Dynamic Polymorphism?
When will a constructor executed?
How is exception handling carried out in c++?
What is late bound function call and early bound function call? Differentiate.
In c++ there is only virtual destructors, no constructors. Why?
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
When is an object created and what is its lifetime?
What do you mean by public, private, protected and friendly?
What do you mean by inline function?
What is virtual class and friend class?
What is function overloading and operator overloading?
What do you mean by binding of data and functions?
What is encapsulation?
What is polymorphism? Explain with an example.
What is abstraction?
What do you mean by inheritance?
What is a scope resolution operator?
What is friend function?
What are virtual functions?

What is public, protected, private?


What is the difference between class and structure?
What is the difference between an object and a class?
What is an object?
What is a class?
what is an instance of a class

//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i
void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i;
main() { dd <char>g; g.set(); g.print(); }
who is the founder of c++?
what is object slicing?
Why a "operator=(...)" when there is a copy ctor?
Why and when is a virtual destructor needed?
What normal C constructs work differently in C++?
why c++ is called OOPS? waht is inherutance? what is compiler?
Contrast OOP and SOA. What are tenets of each?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
Describe what an Interface is and how it?s different from a Class.
Describe the difference between a Thread and a Process?
polymorphism means?
In which Scenario you will go for Interface or Abstract Class?
You have one base class virtual function how will call that function from derived class?
In which cases you use override and new base?
Can we call a base class method without creating instance?
What is Method overloading?
What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?
What is Object and Class? What are the differences between them?
What are the OOPS concepts?
is java purely oop Language?
what is meant by files?
What is OOPS and How it is different from Procedural Programming ?

S No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82

83

Questions
Where are all .NET Collection classes located ?
What is Dispose method in .NET ?
What does virtual keyword mean ?
If we inherit a class do the private variables also get inherited ?
If we inherit a class do the private variables also get inherited ?
How can we acheive inheritance in VB.NET ?
What is short circuit logical evaluation?
Use of Checked and UnChecked operators?
What is the use of "default" and "Using" keyword?
Is it possible to implement an interface to a structure? Is it possible to extend a struct? Is it possible t
inherit a class to struct?
What is marker interface?
Did it possible to cast a generic type of derived class to generic type of base class?
How to throw an caught exception from cath block?
what is output parameter and parameter array?
what is the difference between passing a value object by reference and a reference object by value?
When compiler adds a default constructor to a class?
When static constructor is invoked?
what is the difference between int and Int32?
use of operator overloading of implicit & explicit operators?
What are virtual methods? How are they used?
Difference between dispose and destructor?
Did a generic class can be inherited by a normal class?
Tell me something about Exceptions. What is the common exception class?
Explain about throw keyword?
what is the difference between finally and dispose methods?
How many catch blocks can be there for a single try block?
Can we create instance for Abstract class?
What is the difference between Abstract and Interface?
write the Syntax for Function or Method Overriding?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define
Can u create multiple threads of execution ?
give an example for suspending, resuming, and stopping a thread ?
How is the memory managed in C#.
How can we convert XML Data to DataBase Table in C#.Net?
What is shared inheritance
difference between keyword internal and protected?
what is a delegate? what it is used for?
How do you remove the objects which are not in use?Explicitly or implicitly?What is the exact mechan
going behind?
Does c# supports destructors?

what is a constructor?
why instance? what are the uses of instance?
what are the advantages of c# over vb.net?
what is the difference between interface and abstraction?
Can an Assembly have multiple versions
Difference between C++ and C#.net
coding for delegates?
write code for Factorial?
Write code for palindrome?
What happens in synchronisation?
What is Abstraction?
what is Encapsulation?
What is overloading and how can this be done ?
About a class access specifiers and method access specifiers ?
Can we write one page in c# and other in vb in one application ?
Error handling and how this is done ?
Oops concepts ?
What are the types of threading models ?
What are the collection classes ?
What is difference between interface inheritance and class inheritance ?
What is abstract class ?
What is manifest ?
What does assemblyinfo.cs consists ?
Difference between multi-level and multiple inheritance?
How do you implement multiple inheritance in .NET?
Difference between ByVal and ByRef?
How do you create multiple inheritance in C#?
Can you override private virtual methods?
Can you declare the override method static while the original method is non-static?
What does the keyword virtual mean in the method definition?
How?s method overriding different from overloading?
What?s the top .NET class that everything is derived from?
7. C# provides a default constructor for me. I write a constructor that takes a string as a parameter, b
want to keep the no parameter one. How many constructors should I write?
Are private class-level variables inherited?
When you inherit a protected class-level variable, who is it available to?
Does C# support multiple inheritance?
How do you inherit from a class in C#?
What?s the implicit name of the parameter that gets passed into the class? set method?
How does a function pointer returns a function pointer?
What?s different about switch statements in C#?
Is goto statement supported in C#? How about Java?
Explain about Protected and protected internal, ?internal? access-specifier?

What are Sealed Classes in C#?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

16
18
19
20
21
22
23
24
25
26
27

28

29
30
31
32
33

34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75

76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###

###
###

How to call the SQL commands asynchronously in ADO.NET version 2.0


what is typed and untyped dataset

i making a project using windows application c#, i want to show user name, password, and one butto
class .how its possible . when i clicked my login button all project should be open. pls cleare me.
What are the ADO.NET Controls?

I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, How d
records were present while updating the data(Which event and steps) and throw the exception.
What is the difference between a Dataset and DataReader? Can dataReader hold data from multiple t
how to create a quiz software using 4 options to answer and how to check with answers in the databa
what is meant by connection pooling and event pumbling in ado.net
how would i implement dropdownlist in gridview using c#
What are the three Objects of ADO.
what is bubbled event can u pls explain
what is different between SqlCommand object and Command Behaviour Object

once data is fetched into dataset connection gets closed. but in datareader connection is always main
and mainly recommended ?
What is the main difference between ADO and ADO.Net

When multiple users attempt to modify data at the same time Ex user 1 is updating record at same ti
sucessfully.now user1 has press update button . how to handle concurrency
OleDbDataAdapter ole=new OleDbDataAdapter(new OleDbCommand ("select * from login",oleDbCon
cmd=new OleDbCommandBuilder(ole); ole.Fill(dataSet11,"login"); DataRow drow=dataSet11.Tables [
drow[0]=textBox1.Text; drow[1]=textBox2.Text; drow[2]=textBox3.Text; dataSet11.Tables["login"].Ro
ole.UpdateCommand=cmd.GetUpdateCommand(); ole.Update(dataSet11,"login"); MessageBox.Show
exception.how to solve it
Why sql Data Reader object not created
How do we invoke queries from the application
how to keep track of index in listbox items.
how do u connect ado.net to sql server
When we are running the Application, if any errors occur in the Stored Procedure then how will the se
what is the syntax code to oledb to connect oracle
what is the syntax code for oldb to connect oracle
what is Execute NOn Query?
what is execute scalar?
what is the syntax code for oldb to connect oracle?
How To Update A Column In A DataGrid Using C#.NET? I am getting InvalidCastException as (Specifie
column in a datagrid? Id,firstname,lastname are the three columns of my datagrid respectively. I wan
column(lastname) and update it. I did the following code in DataGrid's updatecommand(),but failed to
varid=(int)DataGrid1.DataKeys[e.Item.ItemIndex]; TextBox lnm=(TextBox)e.Item.Cells[2].Controls[0];
cmd=new SqlCommand("update customer set lastname='" + str + "' where id=" + varid + "",con); c
DataGrid1.EditItemIndex=- 1; DataGrid1.DataBind();
what is Sql Native Client?
What is the default view of Data Grid?
Features and disadvantages of dataset?
ADO and ADO.NET differences?
what is data Adapter?

what is a dataview?why is it used for?


How do you filter the data in datagrid?
How do you sort the data in datagrid?
what are the differences between dataset and datareader?
what is a dataset?

If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcomm
(commandbehaviour.singleresult)or sqlcommand.executescalar()
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
How you will set the datarelation between two columns?
How do you handle data concurrency in .NET ?
Explain the ADO . Net Architecture ?
Whate are different types of Commands available with DataAdapter ?
Explain acid properties?
What are the different row versions available?
Which are the different IsolationLevels ?
Can you edit data in the Repeater control?
Explain what a diffgram is and its usage ?
How to add Primary key in DataSet
How to sort the data in Datatable
How to retrieve the third table value from the data set?
can anybody show me the structure of ADO.NET
What is sequence of code in retrieving data from database ?
Difference between ADO and ADO.net ?
What provider ADO.net use by default ?
On ODP.net ?
Sequence to connect and retrieve data from database useig dataset ?
About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data ?
How to you declare connection strings and how to you make use of web.config ?
What is the key feature of ADO.NET compared to ADO ?
What does ADO.NET consists of ?
Where does ADO.NET and XML web services come in the architecture ?
Call a stored procedure from ado.net and pass parameter to it ?
Write steps of retrieving data using ado.net ?
About ADO and its objects ?
What providers do you use to connect to oracle database ?
What providers does ado.net uses internally ?
What is dataset and tell about its features. What are equivalent methods of previous, next etc. Of AD
Where do you store connection string ?
What does connection string consists of ?
What is the provider and namespaces being used to access oracle database?
How do we invoke queries from the application ?
What are the steps in connecting to database ?
What are the three Ado objects?

can we have multiple datatables in a datareader ?


What is datacolumn and how it is used?
What is a datagrid?
What are the functions of oledbdataadapter?
What is a datatable?
What is the difference between oledbreader and datasetwhile connecting?
What is a dataset?
Which type of database is used while processing dynamic database?
How many commands does the oledbcommand takes?what are they?
How to get the new oledb connection of oracle in database programming?
What are the advantages of oledb compared with other classes?
What is a database provider?
How to get oledb connection?
How do you merge two datasets into the third dataset in a simple manner?
What is the use of parameter object?
Differences between dataset.clone and dataset.copy?
What happens when u try to update data in a dataset in .NET while the record is already deleted in SQ
What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server i
How to check if a datareader is closed or opened?
How to find the count of records in a dataset?
What happens when we issue Dataset.ReadXml command?
Explain different methods and Properties of DataReader which you have used in your project?
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
Difference between DataReader and DataAdapter / DataSet and DataAdapter?
What are the different namespaces used in the project to connect the database?
Difference between OLEDB Provider and SqlClient ?
What are relation objects in dataset and how & where to use them?
How would u connect to database using .NET?
FetCh Records No 5 to 10 From Dataset

explain connection less and with connection?diference between data reader,data set,data adapter? c
single application? if yes explain with simple code,if no explain?
what purpose of Indexing creating? directly we can search the reqired row with the help of query?wha
types of Store procedure in Sqlserver2000?

i have two textboxes one for user name and another for password . i have a table name compare(whi
doubt is how compare username textbox with name column and how compare password textbox with
What are the Different layers in ADO.Net?
What are the attirbutes of DataSet?
The answers which posted above is not satisfied my requirement?
How to Handle the exceptions in Sqlsrver2000
What is reference by value how does it works in .net?
What is the Magic Tables in Sqlserver2000?
what is connection pooling ?
how to add a selected row of a gridview to another gridview without reloading the page??

make a login control??

oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while


adapter.update(dataset,"tabname"); how to update the database from dataset?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70

71
72

73
74
75
76
77
78
79
80
81

82
83

86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108

109
110
111
112
113
114
115
116
117
118
119
120
121

122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147

148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185

what is stateless ?

What is the maximum amount of memory any single process on Windows can address? Is this differen
the maximum virtual memory for the system? How would this affect a system design?
What is a Windows Service and how does its lifecycle differ from a "standard" EXE?
Can u able to get the xml document in crystal report if yes how its possible
Differences between VB.Net and C#, related to OOPS concepts
I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i want the
validator run only when i click save button, don't validate cancel button , what to do?
how to retrieve data using web services in asp.net pls give me the code and explain me briefly
What are the data types is possible to store in session? and can we store dataset in session?
what is SQL cache Invalidation?
Can a master page inherit another master page?
How does SQL Server session state works
What are all the ways to find out types of objects?
Which institute provide good Project training on .Net technologies in hyd?
when to use webservice and when to use remotong diff between them
what is dumpbin.exe?
what is code access security,role based security explain with example
In C#.net application is run on linux michine
what is webpart? what r the parts in this webpart (zone)

One application have three forms for registration .submit button is at third form.after filling three form
u have to click submit button.After clicking the submit button all the values in first,second& third form
on sql server.how to handle this situation .
which is faster ArraytList Or Collection ? how? hows the Hashing works internally ?
What is the use of location tag in web.config file
What is the difference between a session object and cache object
What is Partial in ASP.NET 2.0?
How can you change a Master page dynamically in which event of page life cycle?
What is pre-init event in ASP.NET 2.0 page life cycle?

code for "For every 5days system has to create 1text file with the corresponding date and it has to st
drive" by using web applications
Differentiate session and cookie
What is deference between asp.net, vb.net, c# & j#
How to deploy the Asp.Net Project ?
What is WebService ?
what to magage the state manament in asp.net with respect to in_prock and out_prock

which is best possible way to add data source to data grid when the data is huge(10 lack recored)how
a perticular row
What is Active Directory? What is the namespace for that?
What event fired during, when datagrid click?
Differences between session state and Application state?
Explain Generics?
With out Web.config can we executes the application?

what is NET Framework ?


is there any third party tools are using in .net technologies? what are there ? give me the brief introdu

What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring th
empty methods in that? we can directly implements with in the class know? Tell me the importence?
What is the Impprsonation?and what is the importence of that?

I have one .Net application and i have two databases which is in SQL server2000 and one more datab
ORACLE? how can i access the database from different Databases?
Can we use the java script code in .Net Code behind?
What is the compiled object?

What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Ne
Framework or VSS? Give me in brief ?
what are the files used in asp .net
What is operator overloading in dotnet
What is Runtime callable wrapper?
what is COM Object in Dot net?
we can able to display a MessageBox in asp .net without using any script langages?
what is the difference b/w .net 1.1 and 2.0 ?
if u r projet consist of 4 people means how can u manage the file
how can i call output parameters from ado.net

can s/w quality assurance engineer switch field to programming side i m very much interested in
programming but not much good in it
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing e
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
.Net Doesn't offer Deterministic Distruction ? a) True b) False

Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) AS
Windows Shell Which one is correct?
What command line used to generate Runtime callable wrapper.
COM+ Used ________________ Isolation Level
What is the difference between Postback and Ispostback Property?
how to convert varchar into datatype int............. in ASP
How Can we use multiple forms in single asp.net application?
What is X-Path?
why many web.config files are used in are project

i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the we
application how to solve it..
How Response.flush works in server.Execute
which one is faster execute reader, scalar, execute non query ?
what is Repeater Control, When it is used,How it is used, what type of template is used for repeater c
What is CTE in sql server 2005?

can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web
file to a particular application and if u set session timeout as 10 mins in machin.config. what will happ
which session is set to the appliction?
what is impersonation in ASP.NET?

Is There any Third party tools are using in .Net Technologies? Can u Explain?

What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist an
repeater control?
How can we Maintain more than on config file in one .Net web application and how?
How to refresh a page in asp.net

Suppose there is one web farm with 3 servers inside with same configuration and the same project is
inside all servers.Which session mode is usde for all these and why?
How can i include both C# and vb.net classes in same solution?
Can we use multiple forms in single asp.net application?
Can i have both C# and vb.net code in same assembly?how?

Suppose i create one application in vs 2008 and it is running in the latest version of IE,will it run in ne
and other browsers with low version?

Which keyword you should use for class not to extend? Which keyword to be used for making the clas
accessible within the assembly only what are the authentication mode of ASP.NET How will you call a
JavaScript function using code-behind?

How will you write a web service for secure socket layer? What is secure socket? Have you done any s
programming?

I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up
Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled
Server side(in code behind) to the array (on client side)
what is command line compiler.what are the steps and how it is related to debugging.
Can we change the session timeout in ASP.NET, if yes then how and from where?
what is the requirement that .Net web services can access the java application?
how to get the vb6.0 COM Component in to the .Net application?

How can we do the client side validation and Server side validations? But i told that At client side by w
help of validations control or by javascript? But I dont know about the Server side controls Explain?
Any body Having SHAREPOINT Material plzzz? please material to send prasad.k12@gmail.com
What is DTS package?
What is sequence of code in retrieving data from database?
How do you define authentication in Web.Config?
What is custom tag in Web.Config?
What are the differences between Dataset and DataReader?
What are the differences between Trace and Debug?
What are the types of authentications in ASP.NET?
What is Boxing and Unboxing?
What does assemblyinfo.cs file consist of?
What is gacutil.exe? Where do we store assemblies, Should sn.exe be used before gacutil.exe?
What is strong name and which tool is used for this?
How to authenticate users using Web.Config ?
How to write unmanaged code and how to identify whether the code is managed /unmanaged?
What are asynchronous callbacks?
What is shared and private assembly?
How do you register a .NET assembly?

Types of session management in ASP.NET?


How do we invoke queries from the application?
Difference between ByVal and ByRef?
What is boxing and how it is done internally?
What is reflection and disadvantages of reflection?
How do you perform validations?
What is the difference between and ActiveX dll and control?
How do you add a javascript function for a link button in a datagrid?
What is the syntax for datagrid and specifying columns?
What is custom control. What is the difference between custom control and user control?

For a server control, you need to have same properties like color maxlength, size, and allowed charac
throughout the application. How do you handle this?

How do you handle session management in ASP.NET and How do you implement them. How do you h
case of SQLServer mode?
How do you manage session in ASP and ASP.NET?

Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now
you will press update button,all 100 records should be updated in single shot rather than reading eve
record and updating. How to do it?
Types of objects in ASP?
Difference between .NET components and COM components?
About CLR, reflection and assemblies?
What is viewstate?
What is an application domain?
What are runtime hosts?
How do you do validations. Whether client-side or server-side validations are better.?
Features in ASP.NET?
Types of caching. How to implement caching?
Difference between .NET and previous version?
Is overloading possible in web services?
About CLS and CTS?
Caching techniques in .NET?
About remoting and web services. Difference between them?
Usage of web.config?
what is assembly?
About Garbage Collector?
Finally and dispose methods?
what is generics?
what are Httpmodule and HttpHandler?
what is publisher?
Have you used microsoft dataaccess blocks and Exception blocks?
How can you execute stored procedure from windows application?
How can you achieve nested Masterpages in 2.0?
can we store textbox and com components in viewstate?

Explain Factory pattern?


Singleton Design pattern?How do you achieve it?
what are webservices?In which circumstances we can go for webservices?
what are partial classes and their use?
what are partial postbacks?
What are clr?cts?cls?
Securitywise What are the Enhancements in 2.0?
Apart from IDE what are the enhancements in asp.net 2.0?
Have u used webcontrols?Tell me something about these?
Can you store dataset in viewstate?
what is Disco?what it will do?
what is soap?
can we call webservice in Html form?
How u refer webservices?
How can you assign styles to webforms?
what is manifest?
How can you get public key information?
public key?
what is strong name?
what is shared assembly?
What is difference between machine.config and Web.Config?
What is web.config. How many web.config files can be allowed to use in an application?

What are the types of assemblies and where can u store them and how a private assembly is used on
single application, and is stored in that application's install directory (or a subdirectory therein)?
How do you relate an aspx page with its code behind Page?
Can we throw exception from catch Block?
If you are using components in your application, how can you handle exceptions raised in a compone
How do you do exception management?
Difference
aspbetween
and asp.net?
What is thebetween
Difference
Web.config and global.asax? Can we write connection String code in
global.asax?
Difference between Htttppost and Httpget Methods?
what is caching?
In this case if exception occure in Database which catch block will be exexcuted?
In try catch blocks one is normal catch block and another is sqlcatchexception block
what is managed and unmanaged code?
How do u deploy ur project?
What is boxing? How we can use it?
Differntiate between DataGrid and DataList
What data types do the RangeValidator control support?

1 what is DBMS and what are thos application programs?


2 Diff between DBMS and RDBMS.
3 What is normalisation and explain II normal form
4 Differences b/w 3Nf and BCNF
5 what are the three type of anamolies in DBMS
6 How to overcome the anamolies
7 What is normalisation?
8 How many types of NFs are there and explain the NFs
9 What is redundancy?
### What is primary key and explain?
### What is difference b/n unix and linux OS
### What is fragmentation and types of fragmentation
### What is data baseschema?
### What is thrashing
### what is database?
### what is the function of JOIN?
### some queries based on a)group by clause b)having clause
### What is the diff between count and count(*)
### They gave a table and asked a query to print "city name where more than
### five people are living"
### Conditions that are to be applied when 'groupby clause' is used
### What are subqueries with example &procedure to write a query with
### subqueries
### program to add two numbers
### gave two dates likes 24-7-1994 11-0601995
### write a program to calculate number of days b/n the given dates
### what is the diff GROUP BY and HAVING clauses in SQL
### query using group by and having clauses
### what r the diff types o f joins and explain them

1
2
3
4
5
6
7
8
9
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###

Explain about the feature Anonymous type?


What are Console Applications in VB.NET?
What is the importance of the Option statement?
How do I convert text from lower case to upper case in VB.NET?
How do I handle Date and Time in VB.NET?
How to get computer name and IP address?
What is the concept of destructors in VB.NET?
How do I convert one DataType to other using the CType Function?
Explain the flow for a simple win32 based application ?
How VB Implements the Disonnected Architecture as like VB.Net?
How to send xml file on server using HTTP protocol?
what is non_deterministic finalization?
Explain about visual basic?
Explain about .NET?
Name some of the features present in VB 2005?
Explain and brief about rapid application development tool?
Describe about Visual basic.NET?
What are the various open source tool available for VB.NET?
What is .net?
Differences between VB.Net and C#, related to OOPS concepts : ANS :vb is object based and vb.net is
Whats the difference bt. .dll extension and .exe extension files?
what is the difference between string and stringbuilder?
How can we remove Handlers at Run time ?
What are Jagged Arrarys ?
1)What is the difference between vb and vb.net ? 2)How to insert row by row data in datagrid ? 3)
Differences between VB.Net and C#, related to OOPS concepts
Is it possible to create a folder on the specified location in the database through VB.net. My Requirem
How to store and retrieve images in SQL server database through VB.NET?
What is different between Web.Config and Machine.Config and Where it will be ?
What are Satellite Assemblies?
What do you mean by 'Option Strict On' ?
What do you mean by Garbage Collection in VB.net
Difference Between Array and array list?
what is difference between vb and vb.net?
What are namespaces and what is the importance of them?
What is Try- Catch ?Finally Exception Handling?
What is the base class of .net?
In vb.net2005 how to connect sqlserver2000 and display them fields in crystal report..
Difference between VB and VB.NET?

small example program ?

n in the database .

S-ar putea să vă placă și