1.Java Interview Questions
2. Java programs asked in interviews
3.Java Quiz
4.Java Concept and interview Questions
Java Basics:
- Introduction to Java
- Coding standards , Naming convention and Identifiers
- Top 10 uses of Java Keywords
- Java Data Types
- Java data types with example programs
- Control statements in java with examples
- Basic Operators in java
- Method and type of Methods
- Set and get methods in java
- 8 different ways to convert int to String in java
- Access Specifiers/Modifiers
- Packages in java
- public static void main(String[] args)
- JVM Architecture
- Object class in java
- Command line arguments
- Var Args in java
- Type Casting in java
- Static Import
- Enhanced For loop
- Enum in java
Java Features: Java tutorials
- Java Versions Introduction
- Java 7 Features
- 8 New Java 8 features
- Java 8 Interface Default and Static methods
Object Oriented Concepts:
- OOPS Introduction
- Encapsulation
- Class and Object
- Four different ways to create objects in java
- 5 different places to define object in java
- Polymorphism
- Method Overriding
- Inheritance
- Constructor
- Constructor Overloading
- Constructor Chaining
- Static constructor
- Static Keyword
- This Keyword
- Super Keyword
- Super keyword interview questions java
- Final Keyword
- Abstract class and interfaces
- Interfaces in java
- Abstract Class and abstract methods
Wrapper classes
- Wrapper Classes
- Boxing and unboxing
- Boolean Wrapper class
- Integer Wrapper class
- Character wrapper class
- Byte Wrapper class
- Float wrapper class
- Long Wrapper class
Arrays
Java String
Exception Handling
- Exception Handling Introduction
- Differences Between Exception and Error
- try catch finally in Java
- User Defined Exceptions in Java
- Throw vs throws
- Final vs finally vs finalize()
- Return statement in try catch blocks
- Return statement in finally block
- Throw keyword in java
- Multiple catch blocks in java
- Try block without catch block
- Unreachable Blocks in java
- Different ways to print Exception message
- Java interview questions on exception handling
Java Sorting algorithms
- Merge sort algorithm in java with example program
- Quicksort algorithm in java with example program
- Implementation of selection sort algorithm in java with Example program
- Insertion sort algorithm in java programming
- Bubble sort algorithm in java with example
Multi threading
- Mutlithreading Introduction
- Thread Life Cycle
- Different ways to create Thread in Java.
- Synchronization
Inner Classes:
IO Streams
- Introduction to io Streams
- InputStream vs OutputStream
- Reading data from File using FileInputStream
- DataInputStream and DataOutputStream
- ObjectInputStream and ObjectOutputStream
- PrintStream class
- Serialization
Date Time API
Collections
- Introduction to Collection Framework
- Collection vs Collections
- Java collections interview programming questions
- Collection Interface in java
- Collection Set Interface
- Collection List Interface
- Collection Map interface
- Difference between enumeration and iterator and list iterator?
- Difference between arraylist and vector
- Differences between HashMap and Hash-table
- Convert keys of a map to List
- Convert Values of a map to List
- Comparable vs Comparator
- Custom iterator in java
JDBC
Advanced Java Tutorial:
Servlets
- Servlets in java
- Servlet Architecture
- Servlet life cycle
- Servlet Example program
- Request Dispatcher
- ServletConfig
- ServletContext
- Filters
Jsp
Java Programs asked in interviews
- Print prime numbers?
- What happens if we place return statement in try catch blocks
- Is it possible to print message without using System.out.println()
- Java program to restrict a class from creating not more than three objects
- Java basic interview programs on this keyword
- Java Program to Sort elements of Java ArrayList Example
- Interfaces allows constructors?
- Can we create static constructor in java
- Super keyword interview questions java
- Java interview questions on final keyword
- Can we create private constructor in java
- Java Program Find Second highest number in an integer array
- Java interview programming questions on interfaces
- Top 15 abstract class interview questions
- Java interview Questions on main() method
- Sort employee object by id in descending order using comparable and TreesSet
- Top 20 collection framework interview Questions
- Java Interview Program to find smallest and second smallest number in an array
- Java Coding Interview programming Questions : Java Test on HashMap
- Explain java data types with example programs
- How to check internet connection using java
- Constructor chaining in java with example programs
- Top 10 Interview Programs and questions on method overriding in java
- Swap two numbers without using third variable in java
- Find sum of digits in java
- How to create immutable class in java
- AtomicInteger in java
- Check Even or Odd without using modulus and division
- String Reverse Without using String API
- Find Biggest substring in between specified character
- Check string is palindrome or not?
- Reverse a number in java?
- Fibonacci series with Recursive?
- Fibonacci series without using Recursive?
- Sort the String using string API?
- Sort the String without using String API?
- what is the difference between method overloading and method overriding?
- How to find largest element in an array with index and value ?
- Sort integer array using bubble sort in java?
- Object Cloning in java example?
- Method Overriding in java?
- Program for create Singleton class?
- Print numbers in pyramid shape?
- Check armstrong number or not?
- Producer Consumer Problem?
- Remove duplicate elements from an array
- Convert Byte Array to String
- Print 1 to 10 without using loops
- Add 2 Matrices
- Multiply 2 Matrices
- How to Add elements to hash map and Display
- Sort ArrayList in descending order
- Sort Object Using Comparator
- Count Number of Occurrences of character in a String
- Can we Overload static methods in java
- Can we Override static methods in java
- Can we call super class static methods from sub class
- Explain return type in java
- Can we call Sub class methods using super class object?
- Can we Override private methods ?
- Basic Programming Questions to Practice : Test your Skill
- Java programming interview questions on collections