Explain Constructor inheritance and Super keyword.
[7 marks]Discuss Bytecode, JVM and JDK.
[3 marks]Describe short hand assignment using example.
[4 marks]Explain keywords: try, catch, finally, throw, and throws.
[7 marks]Define package. Describe steps to create package and access package with example. Also explain the importance of static import in java.
[7 marks]Discuss passing and returning object as parameters with example.
[7 marks]Explain abstract class and interface.
[7 marks]Explain command line arguments. Write a program to explain the same.
[7 marks]Write a program to demonstrate method overloading and constructor overloading.
[7 marks]Explain String and StringBuffer. Write a program to explain both.
[7 marks]Discuss Polymorphism with reference to superclass reference assigned a subclass object. Discuss related uncertainties.
[7 marks]Discuss Dynamic method Dispatch with suitable example.
[7 marks]Explain wrapper class with example. Explain autoboxing and unboxing with example.
[7 marks]Describe methods of Collection Interface.
[7 marks]Explain Generics in java with suitable program.
[7 marks]Discuss static modifier and related concepts.
[7 marks]Define Thread. Explain different ways of thread creation in Java? Discuss the Thread life cycle with suitable example of java program code.
[7 marks]Can Java extend more than one class? Why? Discuss your thoughts.
[7 marks]