Java Programming Quiz 1 Java Programming Quiz 1 Which of the following is not a jump statement?a. returnb. forc. breakd. continueData members of a class are initialized by ……….a. zerob. nullc. values assigned by the called constructord. garbageA method having same name as class name is called ……….a. main methodb. destructorc. constructord. garbage collectorWhich of the following cannot be declared as static in Java?a. classb. objectc. variabled. method………. method is used to extract a one string from another.a. substring()b. Substring()c. SubString()d. inString()Java is a ………. language.a. high level b. case sensitivec. structuredd. All of aboveThe source code of java is converted into ………. code after successful compilation.a. bitb. bytec. jard. exeWhich of the following is not allowed to be used as a bitwise operator in Java?a. &b. |c. ?d. ^Which of the following is an invalid identifier in Java?a. _forb. for_c. ford. ForA class is defined by using ………. keyword.a. packageb. javac. classd. struct