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

Java Questions

The document outlines various programming tasks and concepts related to Java, including basic programs for addition, palindrome checking, and string manipulation. It also covers Object-Oriented Programming (OOP) concepts such as inheritance, polymorphism, and encapsulation, as well as Java collections, exception handling, and multi-threading. Additionally, it addresses the differences between Java components like JVM, JDK, and JRE, and provides insights into Java's architecture and features.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Java Questions

The document outlines various programming tasks and concepts related to Java, including basic programs for addition, palindrome checking, and string manipulation. It also covers Object-Oriented Programming (OOP) concepts such as inheritance, polymorphism, and encapsulation, as well as Java collections, exception handling, and multi-threading. Additionally, it addresses the differences between Java components like JVM, JDK, and JRE, and provides insights into Java's architecture and features.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

==> Programs:

14.Addition of two numbers program.Take input from users.


48. write odd number program
49.write polindrome program
59.write polindrome program
60.write program to swap number
61.program findong a largest number in array
63.write a program to reverse a string

==> OOPS concepts


6. What isInterface
7. what isInheritance
8. What is a static Method , and where it can be used.
9. what are oops concepts
15.Why we use main() method?
16.Who calls main() method?
17.what is method overloading?
18.what is Abstraction?
19.what is polymorphism?types of polymorphism?
20.What is const keyword
23)explain access modifiers
25)opeartor overloading
26.What is this keyword
27.What is super keyword
28.what is method overriding and method overloading ?diference between them and
examples
31.what is Final keyword
32.what is Constructor
33.what is java
34.is java platform indeendent
35.what is final and finally
36.is java 100% object oriented
37.can constucter overload the method?
38.what are access modifiers
39.what is oops principle?
40.what is encapsulation?how we secure the data through encapsulation?
42.what is jvm architecture
45.what is super most class and methods
46.difference between jvm,jdk,jre
54.what is object class method
55.what is inheritance
56.what are java features
57.tell me abt data abstraction
58.what is lamda function in java

==>Collections:
3. what is Collections in java.
4. What is an array and array list
12.difference between hashmap and hashtable
13.define arraylist and array
21)What is the difference between hashset and hashmap
24)What is Collections and collection class
41.what is arraylist and linked list.
47.difference b/w string and string buffer
50.what are collections in java
51.streams in java

==> Exception Handling:


5. define Exception handling
10.how does java handle exceptions
11.what is use of final keyword
29.what isException handling
44.difference between error and exception
62.explain serialization

==> Multi Threading:


30.what is Multi threading
43.what is thread life cycle
52.what is thread
53.what are joins in sql

You might also like