Java Programming Quiz 1

Java Programming Quiz 1

Which of the following is not a jump statement?





Data members of a class are initialized by ……….





A method having same name as class name is called ……….





Which of the following cannot be declared as static in Java?





………. method is used to extract a one string from another.





Java is a ………. language.





The source code of java is converted into ………. code after successful compilation.





Which of the following is not allowed to be used as a bitwise operator in Java?





Which of the following is an invalid identifier in Java?





A class is defined by using ………. keyword.