Explain the structure of Java Program with example.
[5 marks]Write and explain the features of Java.
[5 marks]What is inheritance? Explain different types of inheritance with example.
[5 marks]Explain abstract class and abstract method in java with example.
[5 marks]Explain Method overloading in java with example.
[5 marks]What is interface? Explain how to implement interface with example.
What is string in java? Explain it with example.
[5 marks]Explain wrapper class in java with example.
[5 marks]Explain hiding a class in java package with example.
[5 marks]What is thread? Explain creation of thread in java with example.
[5 marks]Implement runnable interface. Demonstrate it with example.
[5 marks]Explain thread life cycle with neat clean state diagram.
[5 marks]Explain thread exceptions in java with prior syntax.
[5 marks]Explain local and remote applets in java with example.
[5 marks]How to add applet to the html file?
[5 marks]Draw and Explain life cycle of applet.
[5 marks]How to design a web page by using applet in java? Explain with example.
[5 marks]