Interview Questions - Core JAVA Technology

Who invented Java Programming?






Which component is used to compile, debug and execute the java programs?






Which one of the following is not a Java feature?






What is the extension of java code files?






Which of the following is not an OOPS concept in Java?






What is not the use of “this” keyword in Java?






Which of the following is a type of polymorphism in Java Programming?






Which of these are selection statements in Java?






Which of these keywords is used to define interfaces in Java?






Which of the following is a superclass of every class in Java?






Which of these keywords are used for the block to be examined for exceptions?






Which one of the following is not an access modifier?






What is the numerical range of a char data type in Java?






Which of the following is true about servlets?






A class member declared protected becomes a member of subclass of which type?






What is not type of inheritance?






Which of these operators can be used to concatenate two or more String objects?






Which of this method of class String is used to obtain a length of String object?






Which of these methods can be used to convert all characters in a String into a character array?






Which of these classes is not included in java.lang?






What is JVM?






 Java is case sensitive?






 How to run java program in command prompt?






Which of the following exceptions is thrown by every method of Runtime class?






Which of these is a process of writing the state of an object to a byte stream?