Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
JAVA
(2-Marks)
Q.1)Define constructor. List its types?
Q.2) Write a syntax of 〈param〉 tag to pass parameters to an applet? Q.3)List Any 4 Java API package? Q.4) Define Classes And Objective? Q.5) Write The Used Of Stream Class And Enlist It's Types Q.6) State The Used Of Finalize ( ) Method? Q.7)List Any 4 File Opration?
(4-Marks)
Q.1) Explain Thread Life Cycle With Neat Diagram?
Q.2)Difference Between Overloading And Over Riding Q.3)Explain i)drawline() ii)drawOval() iii)drawRect() iv)drawArs() Q.4) Describe Any 4 Features Of Java? Q.5)Write A Java Program To Implement Any Type Of Constructor? Q.6) Explain String Class And String Buffer? Q.7)Write a program to create two threads. One thread will display the numbers from 1 to 50 (ascending order) and other thread will display numbers from 50 to 1 (descending order). Q.8) Difference Between Array And Vector? Q.9) Explain Command Line Argument With Suitable Example?
(6-Marks)
Q.1) Explain Applet Life Cycle With Neat Diagram?
Q.2) Explain Inheritance ? Types Of Inheritance With Suitable Program? Q.3)How To Create User Defined Package? Explain With Suitable Example. Q.4) What Is Constructor ? List Type Of Constructor. Explain Parameterized Constructor With Suitable Example. Q.5)How To Declare Two And Three Dimensional Array Of Class In Java? Q.6)Define packages. How to create user defined package? Explain