Write the features of Java.
[5 marks]Explain the structure of java program with example. Explain the data types in Java.
[5 marks]Define package. Explain steps to create a custom package with example.
[5 marks]Is multiple inheritance supported in java? Justify
[5 marks]Explain wrapper class in java with example.
[5 marks]What is inheritance? Explain different types of inheritance with example.
Explain super keyword with an example.
[5 marks]Explain access modifiers in java with example.
[5 marks]Differentiate between Method-Overloading and Method-Overriding.
[5 marks]Demonstrate “Demon thread” with example.
[5 marks]Implement runnable interface. Demonstrate it with example.
[5 marks]Explain synchronization and join method of thread.
[5 marks]Write a multithreaded program to compute and print prime numbers up to 100. Instantiate requited 5 threads where each thread examines numbers to check whether a number is a prime or not.
[20 marks]Explain local applet and remote applet with example.
[5 marks]How to design a webpage by using applet in java?
[5 marks]Explain life cycle of applet.
[5 marks]Develop a JAVA applet that receives three numeric values as input from the user and then displays the smallest of the three on the screen. Write a HTML page and test the applet.
[5 marks]