0% found this document useful (0 votes)
60 views2 pages

Oop With Java Imp - Question - F

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views2 pages

Oop With Java Imp - Question - F

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

OOP WITH JAVA (4341602)

IMPORTANT QUESTION

1. Explain following terms:


(i) JVM (ii) JDK (iii) JRE iv) Byte code
2. Write the advantages of Java programming language.
3. Write difference between POP and OOP.
4. List out features of Java and explain in detail.
5. Explain the following keyword of JAVA : public static void main ( String args[])
6. Write a program in java to print Fibonacci series for n terms.
7. Write a program in java to find out minimum from any ten numbers using command line
argument.
8. Write a note on type conversion and casting.
9. Explain the Basic structure of Java program with example.
10. Write a java program to find minimum and maximum number from array.
11. Explain different Java Control Statements with example.
12. What is garbage collection?
13. What is Wrapper Class? Explain the use of Wrapper Class with example.
14. Define constructor. List out types of it. Explain parameterized and copy constructor with
suitable example.

15. Explain this keyword with suitable example.


16. List methods of String buffer class.
17. Explain Constructor Overloading with example.
18. Difference between equals() and equalsIgnorecase().
19. What is Inheritance? Explain the different forms of Inheritance with example.
20. Explain the use of super keyword with example.
21. Explain final keyword with suitable example.
OR
Explain the final variable, final method, final class and finalizes method.

22. Explain the difference between abstract class and final class.
23. What is package? Write steps to create a package and give example of it.
24. Explain different access controls in Java.
25. Describe: Interface. Write a java program using interface to demonstrate multiple
inheritance.
26. What is an Exception? How it can be handled in java? Write a program that demonstrate
the use of exception handling statement.
27. Explain User Defined Exception with example.
28. Write a Java program that shows Arithmetic exception and Array index out of bound
exception.
29. What is Thread? Explain the Life Cycle of a Thread.
30. Write short note: Synchronization
31. Write a short note on Inter Process Communication.
32. Explain isAlive ( ) and Join( ) methods of thread.
33. Write a Java program that executes two threads. One thread will print the even numbers
and another thread print odd numbers between 1 to 50.
34. Explain basics of Stream class and classify it.
35. Write a Java program to create a text file and to perform read/write operation on it.
36. Explain java I/O process.

You might also like