janeve.me

Recent site activity

Some Interesting Questions & Answers

Q1 : How does the following code works?

Class.forName("some.database.Driver");
Connection conn = DriverManager.getConnection(url, username, password);

Click for answer

Q2 : What are the major changes in subsequent Java releases?

Ever wondered what major changes happened during the development of Java Development Kit?

Click for answer