Skip to content

Commit f32bc64

Browse files
authored
Update README.md
1 parent ab723ef commit f32bc64

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Core Java Interview Question
33

44

55
#### Q1 What is JAVA?
6-
Java is a high-level programming language and is platform-independent.
7-
Java is a collection of objects. It was developed by Sun Microsystems. There are a lot of applications, websites, and games that are developed using Java.
6+
Java is a high-level programming language and is platform-independent.It is a collection of objects. It was developed by Sun Microsystems. There are a lot of applications, websites, and games that are developed using Java.
87

98
#### Q2 What are the features of JAVA?
109
#### Features of Java are as follows:
@@ -15,7 +14,6 @@ Core Java Interview Question
1514
* Encapsulation
1615
* Polymorphism
1716
* Abstraction
18-
* ** Platform independent:** A single program works on different platforms without any modification.
19-
* ** High Performance:** JIT (Just In Time compiler) enables high performance in Java. JIT converts the bytecode into machine language and then JVM starts the execution.
20-
* ** Multi-threaded:** A flow of execution is known as a Thread. JVM creates a thread which is called the main thread. The user can create multiple threads by extending the thread class
21-
or by implementing the Runnable interface.
17+
* Platform independent:** A single program works on different platforms without any modification.
18+
* High Performance:** JIT (Just In Time compiler) enables high performance in Java. JIT converts the bytecode into machine language and then JVM starts the execution.
19+
* Multi-threaded:** A flow of execution is known as a Thread. JVM creates a thread which is called the main thread. The user can create multiple threads by extending the thread class or by implementing the Runnable interface.

0 commit comments

Comments
 (0)