This document lists 100 questions about Java concepts and features. It covers topics like exceptions, OOP concepts, variables, keywords, collections, data structures, threading, and more. The questions range from basic to more advanced concepts to test an applicant's knowledge of Java.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
147 views5 pages
Java Important Question As Per Industry Level
This document lists 100 questions about Java concepts and features. It covers topics like exceptions, OOP concepts, variables, keywords, collections, data structures, threading, and more. The questions range from basic to more advanced concepts to test an applicant's knowledge of Java.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5
PENTAGON SPACE
Java Important Question as per Industry Level
1.What is Exceptional handling in java? 2.Is it possible to create our own exception or custom exception? 3.How will you create your own exception? 4.What is the use of finally block in exception? 5.Explain oops concepts in java? 6.What is the inheritance concept in java? 7.Do you know about collections in java? 8.What is java and its Features? 9 What is variable and its types? 10. final, super and this keyword 11. OOPs concepts 12. JDK, JRE and JVM 13. What is constructor and its types? 14.. method overloading and method overriding? 15. Explain in brief Loops, Break, Continue. 16.What does JVM heap memory for 17.What is string buffer 18. What is Multithreading 19. Methods in java 20.Access Modifiers. 21. linked list vs array 22. linear search, binary search differences and time complexity, 23.Why String is immutable. 24.What is JIT. 25.What is JRE full explanation required. 26.2Why Pointers not used in the JAVA. 27.Java is secure and explain how. 28.Why do we need oops concepts in java? 29.Features of Java. 30. Explain the features in detail like secured, platform independent, portable. 31. Java and c difference. 32.Why we use arrays? 33. Why we use collection framework, difference between arrays and list. 34.Array List 35.Stack 36. Heap 37.Constant string pool 38.Non constant string pool 39.Types of constructors – Parametrized & Default 40. What is class and objects? 41.WHAT IS CLASS LOADER 42.WHAT IS MEMORY AREA 43.WHAT IS EXECUTION ENGINE 44.WHAT IS INTERPRETER 45.WHAT IS COMPILER 46.IS ARRAY SIZE FIXED 47.INDEX VALUE OF ARRAY 48.4HOW TO CREATE AND ARRAY 49.DIFFERENCE BETWEEN 1D ARRAY AND 2D ARRAY 50.DEFAULT VALUE OF ARRAY 51.Can a class extend itself? 52.Can we assign superclass to subclass? 53.Can a class extend more than one class? 54.Are constructor and instance initialization block inherited to subclass? 55.Can we extend (inherit) final class? 56.Can a final method be overridden? 57.Can we inherit private members of base class to its subclass 58.How to achieve/implement dynamic polymorphism in Java? 59.What are the types of binding in Java? 60.Why static binding is also called early binding in Java? 61Why binding of private, static, and final methods are always 62.Can an abstract method be declared as static? 63.Can an abstract method be declared with private modifier? 64.When to use Abstract class in Java? 65.When to use Abstract method in Java? 66.Is it possible to create an object of abstract class in Java? 67.Can an abstract class have constructor? 68.Is it possible to achieve multiple inheritance through abstract class? 69.Can we make an abstract class without abstract keyword 70.How to achieve encapsulation in Java? Give an example. 71.You have account number 121213133423523 and this property is PRIVATE and client want to make some modification in the account number. What to do 72. Can we achieve abstraction without encapsulation in Java? 73.What are getter and setter methods in Java? 74.What is meant by Orientation? 75.How objects are created in Java? 76.How many objects can be created for one class? 77.Can we create an object without a class? 78.What is the default value of an object reference declared as an instance variable 79.What is the return type of main () method? 80. Can we have multiple main () methods within single class? 81. Explain JVM Architecture? 82. Can one Interface Extends Another Interface? 83. How many types of Linked List does Java support? 84. What is a priority queue in Java? 85. What is De queue 86.What is Stack in Java? 87.What are the methods available in Stack class? 88. What is Set in Java Collections framework 89. What are different type of Set in java 90. What is the Hash Set class in Java? How Hash Set store elements? 91. What is Null – Pointer Exception? 92. Why Map doesn’t extend the Collection Interface? 93. Can you use any class as a Map key? 94. Differentiate between Collection and Collections. 95. Differentiate between List and Set. 96. Differentiate between the Singly Linked List and Doubly Linked List. 97. Differentiate between Hash Map and Hash Table. 98. Differentiate between Array List and Vector. 99. How to synchronize Array List? 100. Explain Multi-Threading using Interface?