Skip to main content

Posts

Featured

||BASIC OF JAVA|| BY @KARAN.NANGUDE

What is Java?  It is an object-oriented language similar to C++, but with advanced and simplified features. Java is free to access and can run on all platforms. Java is: – Concurrent where you can execute many statements instead of sequentially executing it. Class-based and an object-oriented programming language. Independent programming language that follows the logic of “Write once, Run anywhere” i.e. the compiled code can run on all platforms which support java. Types of Java Applications: There are three types of Java-based applications. Standalone application: A standalone application is one that can be executed independently and would execute and produce some output either as a UI or on the JVM console. Any java class with the main method can be considered a mini standalone java application. Web Application: The websites that are developed using java and HTML are called web applications in java. servlets and JSP are used to develop web application in java Enterprise Applicati...

Latest Posts