Posts

Showing posts from February, 2022

Java MCQ

  1.      Which provides runtime environment for java byte code to be executed?   (A) JDK        (B)JVM       (C)     JRE    (D) JAVAC   2.      What is byte code in Java?   (A)   Code generated by a Java compiler (B)    Code generated by a Java Virtual Machine (C)   Name of Java source code file (D)   Block of code written inside a class     3.      Which of the following are not Java keywords ?   (A) double (B) switch (C) then (D) instanceof     4.      Hot Java is a ______________________.   (A)Application in Java (B)JVM for Java Application (C)Java enabled browser (D)Later version of Java Language   5.      Which of the following commands will compile a Java source file ...

Introduction to OOPs in CPP

Image