Java Core Tutorial Core Java Interview java by devs5003 - May 29, 2022July 7, 20220 In this section we will cover the basics of Java with clear and simple explanation. Here in this section we have covered concepts in the form of questions. Moreover, I am sure that these concepts will be beneficial to new developers & to those who are preparing for interviews. We will call this section 'Java Core Tutorials'. They are like must to know concepts for every Java professional. In addition, we have a separate section for Java Interview Questions. Let's start learning basics of Core Java in our topic 'Java Core Tutorial'. Q: What is the history of Java ? How popular it is ? In the early nineties, Java was created by a team led by James Gosling for Sun Micro-systems
Structure of JDK : Java 8 vs Java 9 java Core Java Java 8 by devs5003 - June 28, 2020July 7, 20220 Everyone working in Java technology uses JDK(Java Development Kit) software to develop & run the code. You can't write the code or develop an application in Java without installing the JDK software on your system. However, in this blog we will learn about the internal structure of JDK & compare the structures of Java 8 & Java 9. We have major changes in the structure of Java 9. Our title for this blog will be "Structure of JDK : Java 8 vs Java 9" JDK FolderĀ This folder is the root directory of our java software containing sub-folders bin, lib, include etc. Needless to say, it is mandatory to have installed in our system before the start of any kind of development. bin