hai

welcome

java

Home/java

Features of Core Java

Features of Core Java Java is a programming language that is explicitly used for use in the distributed Internet environment. Java can be used to create complete applications that can run on a single computer or can be distributed among servers and clients on the network. Java is designed to offer flexibility, allowing developers to [...]

By | 2019-10-16T19:16:31+05:30 October 16th, 2019|java|0 Comments

Where is Java used in the real world?

If you are a beginner and have just started learning Java, could you be thinking exactly where Java is used? You do not see many games written in Java, except in Minecraft, desktop tools such as Adobe Acrobat, Microsoft Office are not written in Java, nor their operating systems such as Linux or Windows, then, [...]

By | 2018-12-04T15:57:23+05:30 December 4th, 2018|java|0 Comments

What is JVM?

1. A specification where the operation of the Java Virtual Machine is specified. But the implementation provider is independent to choose the algorithm. 2. An implementation Its implementation is known as JRE (Java Runtime Environment). 3. Runtime Instance Whenever you type a Java command at the command prompt to run the Java class, a JVM [...]

By | 2018-12-04T15:18:44+05:30 December 4th, 2018|java|0 Comments