What is OOP? Explain concepts of OOP.
[5 marks]Write and explain features of Java.
[5 marks]What is Package? Explain with example.
[5 marks]Explain Wrapper class with example.
[5 marks]Explain Vector class in Java.
[5 marks]Explain life cycle of an applet.
[5 marks]What is inheritance? List out types of Inheritance and explain any one in detail.
[5 marks]Explain abstract class and abstract method in java with example.
[5 marks]Explain hiding a class in java package with example.
[5 marks]Explain thread life cycle in Java.
[5 marks]Explain Method overloading in java with example.
[5 marks]How do you define and implement constructors in a Java class?
[5 marks]What are the techniques to stop or block a thread in Java, and how do they work?
[5 marks]Explain local and remote applets in java with example.
[5 marks]Write a program that executes two threads. One thread displays "Thread1" every 2000 milliseconds, and the other displays "Thread2" every 4000 milliseconds. Create the threads by extending the Thread class.
[5 marks]Explain Nesting of Methods in Java with example.
[5 marks]Write a program in Java to demonstrate use of this keyword. Check whether this can access the private members of the class or not. Page 1 of Page 2 of
[2 marks]