1. What is java bytecode?
2. What is Java buzzword?
3. Explain JVM
4. Give full form of JVM,JRE,JIT
5. Explain type conversion and type casting.
6. Explain bitwise operator and short circuit logical operation.
7. Explain all OOPS concepts.
8. What is constructor? Explain its type with example.
9. Explain keywords.
1. this
2. super
3. static(Variable, method,block)
4. final(variable, method, class)
5. finnaly
6. throw
7. throws
10. State important of garbage collection in java
11. State important of finalize() method.
12. What is polymorphism? (Run time & Compile time, Static & Dynamic)
13. Explain access control in java. (Public, Private, Protected, Default)
14. List type of inner class and explain each with example.
15. Explain String toString() methos in java.
16. List type of inheritance and explain each.
17. Explain dynamic method dispatch.
18. Explain abstract class with example.
19. What is package? List system defined packages.
20. Explain access protection in package (Table form).
21. What is interface? Explain with example.
22. Difference between abstract class and interface.
23. Difference between method overriding and overloading.
24. What is exception handling?(Checked and unchecked)
25. What s chained exception?
26. Explain thread life cycle with all its methods.
27. What is thread synchronization? Explain with suitable example.
28. What is Inter Process Communication? Explain with example.
29. Explain thread priority.
30. What is collection framework?
31. Give example of Arrays class, ArrayList class, LinkedList class
32. State important of Iterator and ListIterator interface.
33. Explain TreeSet class, Map interface.
34. What is byte stream and character stream?
35. Explain FileOutputStream, FileInputStream
36. Write a program for
1. Reading data from the file.
2. Writing data to the file.
3. Copy data from one file to another file.
37. Difference between TCP and UDP
38. Define – port, socket, url, host ,localhost, datagramsocket, datagrampacket.
39. What is URL class? Explain with example.
40. What is inetAddress? Explain with example.
41. WAP for client and server using TCP.