List OOP characteristics and describe inheritance with examples.
[7 marks]Discuss significance of byte code.
[3 marks]Explain Java garbage collection mechanism.
[4 marks]Compare String with StringBuffer. Also, write a program to count the occurrence of a character in a string.
[7 marks]Explain constructor with the help of an example.
[3 marks]List out different methods available for String class in java and explain any two with proper example.
[4 marks]Explain all access modifiers and their visibility as class members.
[7 marks]Explain Overloading and Overriding with example.
[7 marks]What is the final class? Why they are used?
[3 marks]Write exception handling mechanisms in JAVA.
[4 marks]How can you create packages in Java?
[3 marks]What is Inheritance? List out the different forms of Inheritance and explain any one with example.
[4 marks]Explain the words super, static, final and this with the help of an example.
[7 marks]List out various layout panes in JavaFX.
[3 marks]Explain the architecture of JavaFX.
[4 marks]Discuss BufferedInputStream and BufferedOutputStream classes with an example.
[7 marks]List out JavaFX UI controls and explain any one in detail.
[3 marks]Demonstrate animation effect in JavaFX.
[4 marks]Create a class called Student. Write a student manager program to manipulate the student information from files by using FileInputStream and FileOutputStream.
[7 marks]What is Java Collection?
[3 marks]List out methods of Iterator and explain it.
[4 marks]Explain Set and Map in Java with example.
[7 marks]What is Vector class?
[3 marks]Describe with diagram the life cycle of Thread.
[4 marks]Explain synchronization in Thread with suitable example.
[7 marks]