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 |
What is a superclass?
What is run-time class and system class? what is their purpose?
Can we override private method in java?
What is the requirement of thread in java?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What is keyset in java?
Explain public static void main(string args[]).
What is a concrete classes? Is Java object class is concrete class?
How many types of packages are there in Java?
What is the internal implementation of set in java?
What is boolean in java?
Can we have a abstract class withought any method? What is a purspose of this?