Previous Year Very Short Questions of JAVA (MSC-IT 3rd)

JAVA PROGRAMMING

Previous year question paper with solutions for JAVA PROGRAMMING

Our website provides solved previous year question paper for JAVA PROGRAMMING . Doing preparation from the previous year question paper helps you to get good marks in exams. From our JAVA question paper bank, students can download solved previous year question paper. The solutions to these previous year question paper are very easy to understand.

These Questions are downloaded from www.brpaper.com You can also download previous years question papers of 10th and 12th (PSEB & CBSE), B-Tech, Diploma, BBA, BCA, MBA, MCA, M-Tech, PGDCA, B-Com, BSc-IT, MSC-IT.

Print this page
  1. What is the purpose of import keyword in java?
  2. Constructors have no return type. Explain.
  3. Why we use super keyword in java?
  4. Explain Type Wrappers.
  5. What is persistence of a Java Bean?
  6. How do we add radio buttons using Swing?
  7. What is the purpose of finalize ( ) method?
  8. What are short circuit logical operators?
  9. Which data structure is used for recursion in java?
  10. What are the overheads associated with recursions?
  11. Explain java literals.
  12. Garbage collection.
  13. How to create new object in java?
  14. What are Wrapper classes?
  15. Define Interfaces and what is the need in java.
  16. Differentiate equals () and compare To() string methods.
  17. What is thread and any three methods related to thread?
  18. What are the different steps in Life cycle of applet?
  19. Explain do Get() method of Servlet.
  20. Define socket and explain client server socket.