Вы находитесь на странице: 1из 2

JAVA

1. What are concepts of OOPS and how are they implemented in Java?
2. What is dynamic binding?
3. How to implement RMI in Java?
4. What is Object Serialization and how it can be used?
5. What are the common problems you have faced while implementing Java
?
6. How can you debug the Java code?
7. How can you cast objects? When you call a method while casting to
the
parent, which method will be called.
8. How can you call parent methods?
9. How swing components are different from AWT? How can you draw usin
g
Swing components?
10. What is 1.1 AWT event handling? How can a listener identify that
the event
came from a particular object?
11. What is finalize method? When is it called?
12. When you are opening the file, what are the exceptions that are
to be caught?
13. In socket programming how does server know that a client is conne
cted to it?
14. Can you declare a static variable in a method?
15. What is thread deadlock? How do you resolve it?
16. How can you take string into InputStream?
17. How can you print nodes of a Binary tree?
18. How can you eliminate duplicates from an array?
19. How can you reverse a string?
20. What are interfaces?
21. What are inner classes? Can you call a private data from an inne
r class?
22. If you do not want to implement all the methods in an interface,
what will you do?
23. How can you implement a multithreaded applet?
24. How can you connect to a remote database using Applet? (on servle
ts)
25. How can you convert a string to long?
26. What is finally keyword?
27. What are abstract classes?
28. As a developer what care do you take to improve the performance?
29. What are hot spots in Java programming?
30. JDBC
31. What are the runtime exceptions in Java that you get frequently?
32. Can you have a constructor in abstract class?
33. Can you call a constructor within a constructor?
34. How do you compare two strings?
35. Can you extend more than one interface?
36. What are the common JDBC problems that you have got?
37. What drivers have you used?
38. How can you get all the data from a table into a buffer?
39. What are different ways to register a driver?
40. Socket programming
41. Multiple server
42. Event handling in AWT 1.1
43. Inner classes
44. Gridbag Layout
45. What are the debugging tools you used?
46. How can you sort dates?
47. How can you insert data into long row column of database?
48. What is the difference between database null and Java null?

SQL
1. Write a query to list Ename and MgrName from EMP table.
2. Can you define foreign key with a key from the same table?
3. Is it recommended to define indexes on a foreign key?
4. When do you create an index?
5. Write a query to find out top two salary holders.
6. Top two salary holders in each department
7. What is an outer join?
8. What is correlated subquery?
9. What is the difference between Union, Unionall, Minus, and Intersect
?
10. How primary key is implemented in Oracle?
11. ER diagrams?
12. What is denormalization?
13. What are different triggers and procedures of ?
14. What is procedure overloading?
15. What are restrictions on triggers?
16. What is table mutation? How do you avoid it?
17. What are cursor attributes?
18. How can you find out whether a row is updated or not?
19. How do you debug PL/SQL code?
20. Exception handling in PL/SQL
21. PL/SQL tables and records.
22. Global variables in packages.
23. Master detail relationship.
24. How can you tune SQL statements?
25. What is the restriction on varchar variable on procedure?
26. What are restrictions on long row?
27. How can you eliminate duplicates?
28. Can you create an index on sex column where there is M or F?
29. Normalization
30. How can you determine SGA site?

Вам также может понравиться