Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 474 Bytes

File metadata and controls

12 lines (8 loc) · 474 Bytes

Java Programs

If you already have command over C++ language i.e. Object Oriented Programming start here.

Let's start with the basics of Java.

Basics

What is Java?

Java is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. We can also make User Interface using Java libraries.

to be continued...