Discuss the features of Object-Oriented Programming.
[7 marks]Why Data Types are important? Explain Java’s primitive data types.
[7 marks]Explain :this, super, static, final ,finally, Public and garbage collection
[7 marks]What is constructor? Explain constructor with its characteristics and appropriate example.
[7 marks]What is Byte Code? Why java is Platform Independent. Explain work of JVM.
[7 marks]What is class? Explain any one wrapper class with example.
[7 marks]Define inheritance? Explain multilevel inheritance with appropriate example.
[7 marks]Explain how inheritance, method overriding, and abstract classes are used to support polymorphism
[7 marks]Explain this keyword with appropriate example
[7 marks]What is a package? Explain package with simple example
[7 marks]What is Varargs? How to overload varargs methods? Explain with demo example.
[7 marks]What is collection framework? Explain set and sorted set interface with example.
[7 marks]What is exception? Explain exception handling mechanism with try, catch and finally blocks. Give Suitable example of custom exception.
[7 marks]How does Java’s multithreading capability enable you to write more efficient programs?
[7 marks]Explain InputStream class, OutputStream class, Reader class and Writer class with suitable java code.
[7 marks]What is generic class? Explain generic method with example
[7 marks]What is file? Discuss any six methods of file class.
[7 marks]