Is java an open source?



Is java an open source?..

Answer / Anchal Chawdhry

Java is not entirely open-source. While its core platform (the Java Development Kit, or JDK) is free and open-source under the GNU General Public License, some parts of the Java ecosystem, such as applets and the Network Classes, are proprietary.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a superclass?

1 Answers  


What is run-time class and system class? what is their purpose?

1 Answers  


Can we override private method in java?

1 Answers  


What is the requirement of thread in java?

1 Answers  


From the two, which would be easier to write: synchronization code for ten threads or two threads?

1 Answers  


What is keyset in java?

1 Answers  


Explain public static void main(string args[]).

1 Answers  


What is a concrete classes? Is Java object class is concrete class?

1 Answers   Infosys,


How many types of packages are there in Java?

5 Answers  


What is the internal implementation of set in java?

1 Answers  


What is boolean in java?

1 Answers  


Can we have a abstract class withought any method? What is a purspose of this?

3 Answers  


Categories