What is the difference between oop and procedural oriented language?
[3 marks]Explain type-conversion in java.
[4 marks]Explain class and object with respect to java.
[7 marks]Difference between Nested if and multi-way if statements.
[3 marks]What is constructor overloading?
[4 marks]What are the data-types and operators available in Java?
[7 marks]Explain access modifiers with Example.
[3 marks]Explain following keywords 1) Static 2) Super
[4 marks]Differentiate between final, finally and finalize. What will happen if we make class and method as final?
[7 marks]Explain abstract class with example.
[3 marks]Explain Primitive data type and wrapper class data types.
[4 marks]Write a program to rise and handle divide by zero exception.
[7 marks]Explain mouse and key event handler in JavaFX.
[3 marks]Explain following controls 1) text-Area 2) scrollbar 3) checkbox 4) combo-box
[4 marks]Write a method for computing xy doing repetitive multiplication. Xand y are of type integer and are to be given as command line arguments. Raise and handle exception(s) for invalid values of x and y.
[7 marks]Explain following classes in JavaFX. 1) Color class 2) font class 3) Image and image view class
[3 marks]What is Exception? Demonstrate how you can handle different types of exception separately.
[4 marks]List and explain available type of constructors in java with example.
[7 marks]Differentiate Text I/Oand Binary I/O.
[3 marks]Explain usage of class FileInputStream and FileOutputStream by giving an example.
[4 marks]Explain Comparable and Cloneable interface.
[7 marks]What is Collection? Explain list, stack, queue classes.
[3 marks]How to access object via reference variable? Explain with example.
[4 marks]What do you understand by thread? Describe the complete life cycle of thread.
[7 marks]