For 2023-2024
Write separate programs for method overloading and method overriding mechanism.
Write a program that shows the use of multiple inheritance mechanism using interface.
Write a program to enter two numbers and display the GCD and LCM.
Write a program for the implementation of swing components.
How Java supports platform independency?
Why Java is important to Internet?
What is the need for static variables?
What is the need for static methods?
What is Garbage collection?
What is the use of finalize method?
What is vector? How is it different from an array?
What is wrapper class?
Explain method overriding with example program.
How is multiple inheritance achieved in java?
What is the use of super keyword?
What are object wrappers? Give example.
Differentiate overloading and overriding
Define an interface.
What is the need for an interface?
What are the properties of an interface?
Differentiate Abstract classes and interface.
What is object cloning?
What is the difference between Swing and AWT?
Explain event handling with examples.
Explain action event with an example.
What is the difference between error and an exception?
Explain the different ways to handle exceptions.
What is an applet? How do applets differ from an application programs?
Explain life cycle of an applet.
Why java became platform independent language? Explain.
What is garbage collection in Java ? Explain finalize method in Java.
What is the use of wrapper classes in Java ? Explain float wrapper with its methods.
. Explain how interface is used to achieve multiple Inheritances in Java.
What is package? State how to create and access user defined package in Java.
What is Iterator class? Give syntax and use of any two methods of Iterator class.
Explain following clause w.r.t. exception handling :
(i) try (ii) catch (iii) throw (iv) finally
(ii) Write a program to draw a bar chart for plotting students passing percentage in
last 5 years.
Explain the following methods of applet class :
(i) (i) drawRect() (ii) drawPolygon() (iii) drawArc() (iv) drawRoundRect()
. Design an applet which display equals size three rectangle one below the other and fill
them with orange, white and green color respectively.
What are the features of Java?
What is JVM?