Sample Oral Questions: JAVA Programming TY Btech CSE
Sample Oral Questions: JAVA Programming TY Btech CSE
Sample Oral Questions: JAVA Programming TY Btech CSE
JAVA Programming
TY Btech CSE
2) What is JVM?
JVM (Java Virtual Machine) is an abstract machine. It is a
specification that provides runtime environment in which java
bytecode can be executed.
Java Scanner class allows the user to take input from the console. It belongs
to java.util package. It is used to read the input of primitive types like int, double,
long, short, float, and byte. It is the easiest way to read input in Java program.
Scanner sc=new Scanner(System.in);
C Java
C is a Procedural Programming
Language. Java is Object-Oriented language.
Subject In charge
Prof.A.H.Pudale