August 25, 2024

OOPS

Question 129 Parent class of all java classes is____ A Java.lang.system B Java.lang.object C Java.lang.class D Java.lang,reflect.object OOPSJAVAKVS 22-12-2018 Part-B Question 129 Explanation:  public class Object: […]
August 25, 2024

OOPS

Question 130 Consider the following Java code segment: Public class while /*line1*/ { Public void loop() { int x=0; while(1) /*line 6*/ { system.out.println(“x plus one […]
August 25, 2024

OOPS

Question 151 Match the following interfaces of Java. Servlet package : List – I List – II a. Servlet Config i. Enables Servlets to log events […]
August 25, 2024

OOPS

Question 159 Which method is called first by an applet program ? A start( ) B run( ) C init( ) D begin( ) OOPSJAVAUGC NET […]