Skip to main content

Java Exception Handling MCQ Test

  Loading…

Lab Experiments

 

  1. Study of Java Runtime Environment (JRE).
  2. Basic Java program for implementation operators, variables, control flow statements
  3. Implementing arrays and string functions in Java.
  4. Program to implement different types of constructors and initialization of variables
  5. Java program to implement ‘this’ keyword and implementation of method overloading.
  6. Java program to implement Inheritance and interface.
  7. Java program to implement concept of package and ‘super’ keyword.
  8. Program to implement multiple exceptions
  9. Java program to create user defined exception
  10. Java program to read and write data into a file and from the file.
  11. Java program to Implement ArrayList Iterator and List Iterator.
  12. Java program to implement set and map.
  13. Java Program to Implement Life cycle of Thread.
  14. Java Program to develop a GUI application using swing package.
  15. Java program to implement client server architecture

Comments

Popular posts from this blog

The Collection Interface.

  The Collection Interface. 

OracleJDK vs OpenJDK

Oracle JDK (Java Development Kit): Oracle JDK is the official reference implementation of the Java Platform, Standard Edition (Java SE). It included the JRE along with development tools. OpenJDK: An open-source alternative to Oracle JDK, OpenJDK is a community-driven project. It provides a free and open-source implementation of the Java Platform, and many other JDKs, including Oracle JDK, are derived from OpenJDK. Below is a simple table highlighting some key points of comparison between Oracle JDK and OpenJDK: Feature Oracle JDK OpenJDK Vendor Oracle Corporation OpenJDK Community Licensing Commercial (Paid) with Oracle Binary Code License Agreement Open Source (GNU General Public License, version 2, with the Classpath Exception) Support Commercial support available with Oracle Support subscription Community support, may have commercial support options from other vendors Updates and Patches Regular updates with security patches provided by Oracle Updates and patches contributed by the ...