Featured post
JAVA Tautorials
- Get link
- X
- Other Apps
1.Introduction To JAVA
- History and features of JAVA
- JDK,JRE,JIT and JVM
- Naming conventions
- Simple java program
- JAVA IDE
- Data Types
- Variable:final,static,abstract
- Types of comments
- Array: 1D,2D,Dynamic array using vector
- Accepting input using Command line argument
- Accepting input from console(Using BufferedReader and Scanner class)
History and features of JAVA:
(James Gosling,Chris Warth,Patrick Naughton,Ed Frank,Mike Sheridan)
Advantages :
Java was designed to be easy to use and is therefore easy to write, compile, debug, and learn than other programming languages.
this allows you to create modular programs and reusable code.
ability to move easily from one computer system to another.
The ability to run the same program on many different systems
Disadvantages:
1. Java language runs on a virtual machine, It runs somewhat slowly compared to other programs.
- Get link
- X
- Other Apps

Comments
Post a Comment
Welcome to FlutterForge please write your Query