Previous Year Very Short Questions of JAVA (MSC-IT 4th)

ADVANCED JAVA PROGRAMMING

Previous year question paper with solutions for ADVANCED JAVA PROGRAMMING

Our website provides solved previous year question paper for ADVANCED 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. How can we create a Thread in Java? What are different states in lifecycle of Thread? How does thread communicate with each other?
  2. What is Lock interface in Java Concurrency API? What are it’s benefits over synchronization?
  3. What is the difference between the Reader/Writer class hierarchy and the Input Stream/Output Stream class hierarchy?
  4. What is meant by Stream and what are the types of Streams and classes of the Streams? Explain in detail.
  5. What is the use of JDBC? Explain with suitable examples
  6. Explain different types of JDBC drivers.
  7. Give overview of JDBC architecture. Explain about Establishing the Database Connection.
  8. What do you mean by concurrent processes? Explain the Thread class and Runnable interface.
  9. How can we handle deadlocks in java threads? Explain the suspend ( ), resume( ) and stop( ) methods with the help of a programming example
  10. Write a short not on Input Stream hierarchy and Output Stream hierarchy.