0% found this document useful (0 votes)
6 views

Viva Questions

The document contains a list of viva questions related to Java programming concepts, covering topics such as the main method, OOP concepts, method overloading and overriding, keywords like 'super' and 'this', abstraction, inheritance, packages, interfaces, exceptions, threading, and GUI components. It also addresses differences between various Java constructs like classes, abstract classes, interfaces, and collections. The questions aim to assess understanding of fundamental Java principles and functionalities.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Viva Questions

The document contains a list of viva questions related to Java programming concepts, covering topics such as the main method, OOP concepts, method overloading and overriding, keywords like 'super' and 'this', abstraction, inheritance, packages, interfaces, exceptions, threading, and GUI components. It also addresses differences between various Java constructs like classes, abstract classes, interfaces, and collections. The questions aim to assess understanding of fundamental Java principles and functionalities.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Viva Questions

1)explain public static void main?

2)Explain System.out.println?

3)Explain oops concepts?

4)Explain method overloading and overriding?

5)What is super keyword?

6)what is this keyword?

7)Difference between final finally and finalize method?


not through classes,
8)define abstraction? but through interfaces

9)Does multiple inheritance is supported in java or not?

10)Define package?

11)procedure for creating new package?

12)which package is default package?

13)define interface?

14)difference between the class and abstract class?

15)Difference between the class and interface?

16)Define exception?

17)difference between exception and error?

18)Explain checked exception?

19)Explain unchecked exception?

20)Explain the string handling functions?

21)Explain the difference between thread and process?

22)Explain the life cycle of thread?

23)Explain the creation of thread class and runnable interface?

24)Explain difference between wait and sleep?

25)Explain the difference between process and thread?

26)Explain the difference between set and list?

27)Explain the difference between set and map?

28)Explain the string tokenizer?


29)List out classes of util package?

30)what is scanner class?

31)Explain difference between awt and swing?

32)Explain the difference between application and applet?

33)life cycle of applet?

34)methods and classes of awt,applet and swing?

You might also like