Sunday, May 29, 2011

Java Interview Questions

1. What is the diffrence between an Abstract class and Interface ?
2. What is user defined exception ?
3. What do you know about the garbate collector ?
4. What is the difference between C++ & Java ?
5. Explain RMI Architecture?
6. How do you communicate in between Applets & Servlets ?
7. What is the use of Servlets ?
8. What is JDBC? How do you connect to the Database ?
9. In an HTML form I have a Button which makes us to open another page in 15 seconds. How will do you that ?
10. What is the difference between Process and Threads ?
11. What is the difference between RMI & Corba ?
12. What are the services in RMI ?
13. How will you initialize an Applet ?
14. What is the order of method invocation in an Applet ?
15. When is update method called ?
16. How will you pass values from HTML page to the Servlet ?
17. Have you ever used HashTable and Dictionary ?
18. How will you communicate between two Applets ?
19. What are statements in JAVA ?
20. What is JAR file ?
21. What is JNI ?
22. What is the base class for all swing components ?
23. What is JFC ?
24. What is Difference between AWT and Swing ?
25. Considering notepad/IE or any other thing as process, What will happen if you start notepad or IE 3 times? Where 3 processes are started or 3 threads are started ?
26. How does thread synchronization occurs inside a monitor ?
27. How will you call an Applet using a Java Script function ?
28. Is there any tag in HTML to upload and download files ?
29. Why do you Canvas ?
30. How can you push data from an Applet to Servlet ?
31. What are 4 drivers available in JDBC ?
32. How you can know about drivers and database information ?
33. If you are truncated using JDBC, How can you know ..that how much data is truncated ?
34. And What situation , each of the 4 drivers used ?
35. How will you perform transaction using JDBC ?
36. In RMI, server object first loaded into the memory and then the stub reference is sent to the client ? or whether a stub reference is directly sent to the client ?
37. Suppose server object is not loaded into the memory, and the client request for it , what will happen?
38. What is serialization ?
39. Can you load the server object dynamically? If so, what are the major 3 steps involved in it ?
40. What is difference RMI registry and OSAgent ?
41. To a server method, the client wants to send a value 20, with this value exceeds to 20,. a message should be sent to the client ? What will you do for achieving for this ?
42. What are the benefits of Swing over AWT ?
43. Where the CardLayout is used ?
44. What is the Layout for ToolBar ?
45. What is the difference between Grid and GridbagLayout ?
46. How will you add panel to a Frame ?
47. What is the corresponding Layout for Card in Swing ?
48. What is light weight component ?
49. Can you run the product development on all operating systems ?
50. What is the webserver used for running the Servlets ?
51. What is Servlet API used for conneting database ?
52. What is bean ? Where it can be used ?
53. What is difference in between Java Class and Bean ?
54. Can we send object using Sockets ?
55. What is the RMI and Socket ?
56. How to communicate 2 threads each other ?
57. What are the files generated after using IDL to Java Compilet ?
58. What is the protocol used by server and client ?
59. Can I modify an object in CORBA ?
60. What is the functionality stubs and skeletons ?
61. What is the mapping mechanism used by Java to identify IDL language ?
62. Diff between Application and Applet ?
63. What is serializable Interface ?
64. What is the difference between CGI and Servlet ?
65. What is the use of Interface ?
66. Why Java is not fully objective oriented ?
67. Why does not support multiple Inheritance ?
68. What it the root class for all Java classes ?
69. What is polymorphism ?
70. Suppose If we have variable ' I ' in run method, If I can create one or more thread each thread will occupy a separate copy or same variable will be shared ?
71. In servlets, we are having a web page that is invoking servlets username and password ? which is cheks in the database ? Suppose the second page also If we want to verify the same information whethe it will connect to the database or it will be used previous information?
72. What are virtual functions ?
73. Write down how will you create a binary Tree ?
74. What are the traverses in Binary Tree ?
75. Write a program for recursive Traverse ?
76. What are session variable in Servlets ?
77. What is client server computing ?
78. What is Constructor and Virtual function? Can we call Virtual funciton in a constructor ?
79. Why we use OOPS concepts? What is its advantage ?
80. What is the middleware ? What is the functionality of Webserver ?
81. Why Java is not 100 % pure OOPS ? ( EcomServer )
82. When we will use an Interface and Abstract class ?
83. What is an RMI?
84. How will you pass parameters in RMI ? Why u serialize?
85. What is the exact difference in between Unicast and Multicast object ? Where we will use ?
86. What is the main functionality of the Remote Reference Layer ?
87. How do you download stubs from a Remote place ?
88. What is the difference in between C++ and Java ? can u explain in detail ?
89. I want to store more than 10 objects in a remote server ? Which methodology will follow ?
90. What is the main functionality of the Prepared Statement ?
91. What is meant by static query and dynamic query ?
92. What are the Normalization Rules ? Define the Normalization ?
93. What is meant by Servelet? What are the parameters of the service method ?
94. What is meant by Session ? Tell me something about HTTPSession Class ?
95. How do you invoke a Servelt? What is the difference in between doPost and doGet methods ?
96. What is the difference in between the HTTPServlet and Generic Servlet ? Expalin their methods ? Tell me their parameter names also ?
97. Have you used threads in Servelet ?
98. Write a program on RMI and JDBC using StoredProcedure ?
99. How do you sing an Applet ?
100. In a Container there are 5 components. I want to display the all the components names, how will you do that one ?
101. Why there are some null interface in java ? What does it mean ? Give me some null interfaces in JAVA ?
102. Tell me the latest versions in JAVA related areas ?
103. What is meant by class loader ? How many types are there? When will we use them ?
104. How do you load an Image in a Servlet ?
105. What is meant by flickering ?
106. What is meant by distributed Application ? Why we are using that in our applications ?
107. What is the functionality of the stub ?
108. Have you used any version control ?
109. What is the latest version of JDBC ? What are the new features are added in that ?
110. Explain 2 tier and 3 -tier Architecture ?
111. What is the role of the webserver ?
112. How have you done validation of the fileds in your project ?
113. What is the main difficulties that you are faced in your project ?
114. What is meant by cookies ? Explain ?
115. Problem faced in your earlier project
116. How OOPS concept is achieved in Java
117. Features for using Java
118. How does Java 2.0 differ from Java 1.0
119. Public static void main – Explain
120. What are command line arguments
121. Explain about the three-tier model
122. Difference between String & StringBuffer
123. Wrapper class. Is String a Wrapper Class
124. What are the restriction for static method
125. Purpose of the file class
126. Default modifier in Interface
127. Difference between Interface & Abstract class
128. Can abstract be declared as Final
129. Can we declare variables inside a method as Final Variables
130. What is the package concept and use of package
131. How can a dead thread be started
132. Difference between Applet & Application
133. Life cycle of the Applet
134. Can Applet have constructors
135. Differeence between canvas class & graphics class
136. Explain about Superclass & subclass
137. Difference between TCP & UDP
138. What is AppletStub
139. Explain Stream Tokenizer
140. What is the difference between two types of threads
141. Checked & Unchecked exception
142. Use of throws exception
143. What is finally in exception handling
144. Vector class
145. What will happen to the Exception object after exception handling
146. Two types of multi-tasking
147. Two ways to create the thread
148. Synchronization
149. I/O Filter
150. How can you retrieve warnings in JDBC
151. Can applet in different page communicate with each other
152. Four driver Manager
153. Features of JDBC 20
154. Explain about stored procedures
155. Servlet Life cycle
156. Why do you go for servlet rather than CGI
157. How to generate skeleton & Stub classes
158. Explain lazy activation
159. Firewalls in RMI
160. What is meant by Java ?
161. What is meant by a class ?
162. What is meant by a method ?
163. What are the OOPS concepts in Java ?
164. What is meant by encapsulation ? Explain with an example
165. What is meant by inheritance ? Explain with an example
166. What is meant by polymorphism ? Explain with an example
167. Is multiple inheritance allowed in Java ? Why ?
168. What is meant by Java interpreter ?
169. What is meant by JVM ?
170. What is a compilation unit ?
171. What is meant by identifiers ?
172. What are the different types of modifiers ?
173. What are the access modifiers in Java ?
174. What are the primitive data types in Java ?
175. What is meant by a wrapper class ?
176. What is meant by static variable and static method ?
177. What is meant by Garbage collection ?
178. What is meant by abstract class
179. What is meant by final class, methods and variables ?
180. What is meant by interface ?
181. What is meant by a resource leak ?
182. What is the difference between interface and abstract class ?
183. What is the difference between public private, protected and static
184. What is meant by method overloading ?
185. What is meant by method overriding ?
186. What is singleton class ?
187. What is the difference between an array and a vector ?
188. What is meant by constructor ?
189. What is meant by casting ?
190. What is the difference between final, finally and finalize ?
191. What is meant by packages ?
192. What are all the packages ?
193. Name 2 calsses you have used ?
194. Name 2 classes that can store arbitrary number of objects ?
195. What is the difference between java.applet.* and java.applet.Applet ?
196. What is a default package ?
197. What is meant by a super class and how can you call a super class ?
198. What is anonymous class ?
199. Name interfaces without a method ?
200. What is the use of an interface ?
201. What is a serializable interface ?
202. How to prevent field from serialization ?
203. What is meant by exception ?
204. How can you avoid the runtime exception ?
205. What is the difference between throw and throws ?
206. What is the use of finally ?
207. Can multiple catch statements be used in exceptions ?
208. Is it possible to write a try within a try statement ?
209. What is the method to find if the object exited or not ?
210. What is meant by a Thread ?
211. What is meant by multi-threading ?
212. What is the 2 way of creating a thread ? Which is the best way and why ?
213. What is the method to find if a thread is active or not ?
214. What are the thread-to-thread communcation ?
215. What is the difference between sleep and suspend ?
216. Can thread become a member of another thread ?
217. What is meant by deadlock ?
218. How can you avoid a deadlock ?
219. What are the three typs of priority ?
220. What is the use of synchronizations ?
221. Garbage collector thread belongs to which priority ?
222. What is meant by time-slicing ?
223. What is the use of ‘this’ ?
224. How can you find the length and capacity of a string buffer ?
225. How to compare two strings ?
226. What are the interfaces defined by Java.lang ?
227. What is the purpose of run-time class and system class
228. What is meant by Stream and Types ?
229. What is the method used to clear the buffer ?
230. What is meant by Stream Tokenizer ?
231. What is serialization and de-serialisation ?
232. What is meant by Applet ?
233. How to find the host from which the Applet has originated ?
234. What is the life cycle of an Applet ?
235. How do you load an HTML page from an Applet ?
236. What is meant by Applet Stub Interface ?
237. What is meant by getCodeBase and getDocumentBase method ?
238. How can you call an applet from a HTML file
239. What is meant by Applet Flickering ?
240. What is the use of parameter tag ?
241. What is audio clip Interface and what are all the methods in it ?
242. What is the difference between getAppletInfo and getParameterInfo ?
243. How to communicate between applet and an applet ?
244. What is meant by event handling ?
245. What are all the listeners in java and explain ?
246. What is meant by an adapter class ?
247. What are the types of mouse event listeners ?
248. What are the types of methods in mouse listeners ?
249. What is the difference between panel and frame ?
250. What is the default layout of the panel and frame ?
251. What is meant by controls and types ?
252. What is the difference between a scroll bar and a scroll panel.
253. What is the difference between list and choice ?
254. How to place a component on Windows ?
255. What are the different types of Layouts ?
256. What is meant by CardLayout ?
257. What is the difference between GridLayout and GridBagLayout
258. What is the difference between menuitem and checkboxmenu item.
259. What is meant by vector class, dictionary class , hash table class,and property class ?
260. Which class has no duplicate elements ?
261. What is resource bundle ?
262. What is an enumeration class ?
263. What is meant by Swing ?
264. What is the difference between AWT and Swing ?
265. What is the difference between an applet and a Japplet
266. What are all the components used in Swing ?
267. What is meant by tab pans ?
268. What is the use of JTree ?
269. How can you add and remove nodes in Jtree.
270. What is the method to expand and collapse nodes in a Jtree ?
271. What is the use of JTable ?
272. What is meant by JFC ?
273. What is the class in Swing to change the appearance of the Frame in Runtime.
274. How to reduce flicking in animation ?
275. What is JDBC ?
276. How do you connect to the database ? What are the steps ?
277. What are the drivers available in JDBC ? Explain
278. How can you load the driver ?
279. What are the different types of statement s ?
280. How can you created JDBC statements ?
281. How will you perform transactions using JDBC ?
282. What are the two drivers for web apllication?
283. What are the different types of 2 tier and 3 tier architecture ?
284. How can you retrieve warning in JDBC ?
285. What is the exception thrown by JDBC ?
286. What is meants by PreparedStatement ?
287. What is difference between PreparedStatement and Statement ?
288. How can you call the stored procedures ?
289. What is meant by a ResultSet ?
290. What is the difference between ExecuteUpdate and ExecuteQuery ?
291. How do you know which driver is connected to a database ?
292. What is DSN and System DSN and differentiate these two ?
293. What is meant by TCP, IP, UDP ?
294. What is the difference between TCP and UDP ?
295. What is a proxy server ?
296. What is meant by URL
297. What is a socket and server sockets ?
298. When MalformedURLException and UnknownHost Exception throws ?
299. What is InetAddress ?
300. What is datagram and datagram packets and datagram sockets ?
301. Write the range of multicast socket IP address ?
302. What is meant by a servlet ?
303. What are the types of servlets ? Explain
304. What is the different between a Servlet and a CGI.
305. What is the difference between 2 types of Servlets ?
306. What is the type of method for sending request from HTTP server ?
307. What are the exceptions thrown by Servlets ? Why ?
308. What is the life cycle of a servlet ?
309. What is meant by cookies ?
310. What is HTTP Session ?
311. What is the difference between GET and POST methods ?
312. How can you run a Servlet Program ?
313. How to commuincate between an applet and a servlet ?
314. What is a Servlet-to-Servlet communcation ?
315. What is Session Tracking ?
316. What are the security issues in Servlets ?
317. What is HTTP Tunneling
318. How do you load an image in a Servlet ?
319. What is Servlet Chaining ?
320. What is URL Rewriting ?
321. What is context switching ?
322. What is meant by RMI ?
323. Explain RMI Architecture ?
324. What is meant by a stub ?
325. What is meant by a skelotn ?
326. What is meant by serialisation and deserialisation ?
327. What is meant by RRL ?
328. What is the use of TL ?
329. What is RMI Registry ?
330. What is rmic ?
331. How will you pass parameter in RMI ?
332. What exceptions are thrown by RMI ?
333. What are the steps involved in RMI ?
334. What is meant by bind(), rebind(), unbind() and lookup() methods
335. What are the advanatages of RMI ?
336. What is JNI ?
337. What is Remote Interface ?
338. What class is used to create Server side object ?
339. What class is used to bind the server object with RMI Registry ?
340. What is the use of getWriter method ?
341. What is meant by Javabeans ?
342. What is JAR file ?
343. What is meant by manifest files ?
344. What is Introspection ?
345. What are the steps involved to create a bean ?
346. Say any two properties in Beans ?
347. What is persistence ?
348. What is the use of beaninfo ?
349. What are the interfaces you used in Beans ?
350. What are the classes you used in Beans ?
351. What is Entity Bean and Session Bean ?
352. What are the methods of Entity Bean?
353. How does Stateful Session bean store its state ?
354. Why does Stateless Session bean not store its state even though it has ejbActivate and ejbPassivate ?
355. What are the services provided by the container ?
356. Types of transaction ?
357. What is bean managed transaction ?
358. Why does EJB needs two interface( Home and Remote Interface) ?
359. What are transaction attributes ?
360. What is the difference between Container managed persistent bean and Bean managed persistent entity bean ?
361. What is J2EE ?
362. What is JTS ?
363. How many entity beans used and how many tables can u use in EJB project ?
364. What is scalable,portability in J2EE?
365. What is Connection pooling?Is it advantageous?
366. Method and class used for Connection pooling ?
367. How to deploy in J2EE(i.e Jar,War file) ?
368. How is entity bean created using Container managed entity bean ?
369. Sotware architechture of EJB ?
370. In Entity bean will the create method in EJB home and ejbCreate in Entity bean have the same parameters ?
371. What methods do u use in Servlet – Applet communication ?
372. What are the types of Servlet ?
373. Difference between HttpServlet and Generic Servlets ?
374. Difference between doGet and doPost ?
375. What are the methods in HttpServlet?
376. What are the types of SessionTracking?
377. What is Cookie ? Why is Cookie used ?
378. If my browser does not support Cookie,and my server sends a cookie instance What will happen ?
379. Why do u use Session Tracking in HttpServlet ?
380. Can u use javaScript in Servlets ?
381. What is the capacity the doGet can send to the server ?
382. What are the type of protocols used in HttpServlet ?
383. Difference between TCP/IP and IP protocol ?
384. Why do you use UniCastRemoteObject in RMI ?
385. How many interfaces are used in RMI?
386. Can Rmi registry be written in the code, without having to write it in the command prompt and if yes where?
387. Why is Socket used ?
388. What are the types of JDBC drivers ?
389. Explain the third driver(Native protocol driver) ?
390. Which among the four driver is pure Java driver ?
391. What are the Isolation level in JDBC transaction ?
392. How do you connect with the database ?
393. How do you connect without the Class.forName (" ") ?
394. What does Class.forName return ?
395. What are the types of statement ?
396. Why is preparedStatement,CallableStatement used for?
397. In real time project which driver did u use ?
398. Difference between AWT and Swing compenents ?
399. Is there any heavy weight component in Swings ?
400. Can the Swing application if you upload in net, be compatible with your browser?
401. What should you do get your browser compatible with swing components?
402. What are the methods in Applet ?
403. When is init(),start() called ?
404. When you navigate from one applet to another what are the methods called ?
405. What is the difference between Trusted and Untrusted Applet ?
406. What is Exception ?
407. What are the ways you can handle exception ?
408. When is try,catch block used ?
409. What is finally method in Exceptions ?
410. What are the types of access modifiers ?
411. What is protected and friendly ?
412. What are the other modifiers ?
413. Is synchronised modifier ?
414. What is meant by polymorphism ?
415. What is inheritance ?
416. What is method Overloading ? What is this in OOPS ?
417. What is method Overriding ? What is it in OOPS ?
418. Does java support multi dimensional arrays ?
419. Is multiple inheritance used in Java ?
420. How do you send a message to the browser in JavaScript ?
421. Does javascript support multidimensional arrays ?
422. Why is XML used mainly?
423. Do use coding for database connectivity in XML?
424. What is DTD ?
425. Is there any tool in java that can create reports ?

No comments:

Post a Comment