The document lists 33 essay questions covering a variety of Java programming concepts including: the Java virtual machine, type casting, operators, differences between C, C++ and Java, overloading vs overriding, Java program structure, constructors, control statements, Java features, threads, exceptions, visibility modes, stacks, sorting, linked lists, object-oriented programming, interfaces, applets, searching, trees, tokens, looping statements, inheritance, packages, arrays, and the Java API. It asks for explanations of these concepts and examples where relevant.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
414 views
Java Essay Questions
The document lists 33 essay questions covering a variety of Java programming concepts including: the Java virtual machine, type casting, operators, differences between C, C++ and Java, overloading vs overriding, Java program structure, constructors, control statements, Java features, threads, exceptions, visibility modes, stacks, sorting, linked lists, object-oriented programming, interfaces, applets, searching, trees, tokens, looping statements, inheritance, packages, arrays, and the Java API. It asks for explanations of these concepts and examples where relevant.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
ESSAY QUESTIONS:-
1. Explain about java virtual machine (JVM) ?
2. Explain type casting in Java? 3. Explain the operators which are available in Java? 4. Difference between C-language, C++ and Java? 5. What is the different between overloading and overriding? 6. Explain the structure of java programe? 7. Define constructor? Explain different types of constructors available in java? 8. What is a control statement? Explain conditional and looping statements with examples? 9. Explain features of java in detail? 10. Explain how java interact with Internet? 11. Write about the life cycle of Thread? 12. What is a Thread? Explain about Thread Priority? 13. What is exception? Discuss about various types of exception handling in java? 14. Explain about various visibility control modes in java? 15. What is a Stack? Write the procedures of PUSH and POP operations with examples? 16. Write the procedure for Quick Sort technique with an example? 17. Write a java program for single linked list operations? 18. Write about DFS and BFS ? 19. Explain the basic concepts of Object Oriented Programming? 20. Explain about implementing a java program? 21. What is an interface? How to define and implements interfaces in java? Explain with example? 22. Describe the complete life cycle of an applet? With an example? 23. What is searching? Explain the procedure of binary search with the help of an expmple? 24. Explain various tree traversal techniques? 25. Explain about java tokens? 26. Explain the looping statements? Explain example programs? 27. Describe different forms of inheritance with examples? 28. Explain how to implement the concept of multiple inheritance using interfaces. Write a java program in implement multiple inheritance? 29. What is a package? Explain about difining and importing packages in java with the help of a java code? 30. Explain Arrays with examples? Write a programe to multiplication of two matrix? 31. Discuss about java API packages? 32. Write the procedure for doubly linked list? 33. What is minimum span and maximum span?