Java Programming Basics
Description: java | |
Number of Questions: 15 | |
Created by: Shankara Prabhu | |
Tags: java Java/Oracle /C/C++ Data Types Variables and Storage Classes Arrays and Pointers |
What is the current java version number and its name?
Which of the following variable types is/are not serializable in Java?
Which of the following is a thread safe class in Java?
What is the 'out' in the System.out.println() statement in Java?
Which of the following is the drawback of java when compared with other programming languages?
Which of the following is a false statement?
How to get the descriptive information about the exception occurred in a program?
Which of the following is not an advantage of innerclass in Java?
Which of the following access modifers is assigned to a varible in java class, if explicitly, nothing is mentioned?
Choose the correct statement about the abstract class.
Which of the following is not a marker interface?
Which of the following statements is not true?
Which of the following are the main features of Java?
In which of the following siituations does finally block execute?
Which of the following statements is/are true regarding a constructor?