Behind Java
Java
Spring Boot
Microservices
Interview Questions
Python
Data Structures
CSE
219 Tutorials Available in
java
Why is `@PreAuthorize` is not working on Rest Controller in Springboot
Jan 5, 2023
java
springboot
interview
What is the difference between @Resource, @Inject and @Autowired in Spring Framework
Jan 3, 2023
java
springboot
How to Fix the Java Exception java.lang.UnsupportedClassVersionError Unsupported major.minor version
Jan 3, 2023
java
interview
What is Execution context class in Java
Jan 2, 2023
java
springboot
interview
How to test RESTful Web Service (Controller) in Spring Framework Offline (No Server, No Database)
Jan 2, 2023
java
springboot
What is the best way to mock an Java Azure EventHubProducerClient with Mockito
Jan 1, 2023
java
springboot
How to Hit a HTTP POST API using JSON as a Request body in Java
Nov 3, 2022
java
interview
How to convert an integer to an array of digits in Java
Nov 2, 2022
java
interview
Why do we need interfaces in Java
Nov 1, 2022
java
interview
Convert MySQL database from MyISAM to InnoDB
Oct 30, 2022
java
interview
What is the difference between Hashtable and ConcurrentHashMap in Java
Oct 29, 2022
java
interview
How to resolve the Error return type is incompatible in Java
Oct 29, 2022
java
interview
What is CLASSPATH in Java
Oct 28, 2022
java
interview
How does synchronized work in Java
Oct 28, 2022
java
interview
How to use threads and recursion in Java to print Fibonacci numbers
Oct 27, 2022
java
interview
What is connection pooling in Java
Oct 27, 2022
java
interview
What is the best way to store passwords in Java
Oct 26, 2022
java
interview
How do you kill a Thread in Java
Oct 26, 2022
java
interview
What is mutex and semaphore in Java and its differences
Oct 25, 2022
java
interview
Why String is Immutable or Final in Java
Oct 25, 2022
java
interview
Are Synchronized Methods Slower In Single Threaded Applications in Java
Oct 24, 2022
java
interview
What is a SubString and Memory Leak in Java
Oct 24, 2022
java
interview
What is Encoding and Decoding in Java
Oct 23, 2022
java
interview
What are Maven Plugins
Oct 22, 2022
java
interview
Is it possible to use Object.wait(millisec) to simulate sleep in Java Threads
Oct 22, 2022
java
interview
Write a program to find Duplicate character in a String Java
Oct 21, 2022
java
interview
What is a Maven Repository
Oct 21, 2022
java
interview
What is the difference between Executors.newCachedThreadPool() and Executors.newFixedThreadPool() in Java MultiThreading
Oct 21, 2022
java
interview
Log4J Vulnerability (Log4Shell) Explained - for Java developers
Oct 20, 2022
java
interview
What is POM (Project Object Model) And Pom.Xml in Maven
Oct 20, 2022
java
interview
What are WebSockets and How is it different from HTTP
Oct 19, 2022
java
interview
What is Hibernate Interceptor in Java Application Development
Oct 19, 2022
java
interview
Is Oracle JDK Free again - for Java developers
Oct 18, 2022
java
interview
How to publish your local web server to internet without any port forwarding
Oct 18, 2022
java
interview
What are Primitive and Wrapper Classes in Java
Oct 17, 2022
java
interview
What is Web 3.0 Blockchain, Its building blocks, and Evolution of the Internet
Oct 17, 2022
java
interview
How to fetch top 10 trending hashtags from Twitter in India using twitter4j in Java
Oct 16, 2022
java
interview
What is Singleton Design Pattern in Java and Why it is used
Oct 15, 2022
java
interview
Should try...catch go inside or outside a loop in Java
Oct 14, 2022
java
springboot
interview
What is Servlet and How does it work
Oct 14, 2022
java
interview
What is the difference between @Mock and @InjectMocks
Oct 13, 2022
java
springboot
interview
How an AJAX Request works
Oct 13, 2022
java
interview
What is Race Condition In MultiThreading Java
Oct 13, 2022
java
interview
What is the difference between Junit and Mockito
Oct 12, 2022
java
springboot
interview
How to find a file recursively in Java
Oct 12, 2022
java
interview
Java IO - Interview Questions
Oct 12, 2022
java
interview
What is Synchronized in Java MultiThreading
Oct 12, 2022
java
interview
How to find age using date of birth in Java
Oct 11, 2022
java
interview
How to print Thread numbers in MultiThreading Java
Oct 11, 2022
java
interview
How to resolve 401 Unauthorized The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.47) containing a challenge applicable to the requested resource in Java
Oct 11, 2022
java
springboot
How to check the version of java installed on my computer
Oct 10, 2022
java
interview
What is join method used for in MultiThreading Java
Oct 10, 2022
java
interview
How to get the width and height of a string in Java
Oct 10, 2022
java
interview
Introduction to Java Thread Profiling
Oct 9, 2022
java
interview
How to convert date in to yyyy-MM-dd Format in Java
Oct 9, 2022
java
interview
What is isAlive method used for in MultiThreading Java
Oct 9, 2022
java
interview
Difference between Map and Flat Map
Oct 8, 2022
java
interview
How to create and run multiple threads using for loop
Oct 8, 2022
java
interview
Advanced Java Web Interview Questions And Answers
Oct 8, 2022
java
interview
How exception handling effects the performance in Java
Oct 7, 2022
java
interview
What is MultiThreading and How to create a thread in Java
Oct 7, 2022
java
interview
How to resolve the Error opening registry key Java
Oct 6, 2022
java
interview
Important JDBC Interview questions and answers for Java Developer interview
Oct 6, 2022
java
interview
Important Java 8 Interview Questions
Oct 5, 2022
java
interview
How to use java.net.URLConnection to send and handle HTTP requests
Oct 5, 2022
java
interview
keytool error Keystore was tampered with, or password was incorrect, generate a Self Signed JKS Certificate using keytool
Oct 4, 2022
springboot
java
How to resolve "java.lang.OutOfMemoryError Java heap space" error
Oct 4, 2022
java
interview
The difference between the Runnable and Callable interfaces in Java
Oct 4, 2022
java
interview
How can an application use multiple cores or CPUs in Java
Oct 3, 2022
java
interview
How to do system design for a Movie Ticket Booking System like bookmyshow.com,fandango.com
Oct 2, 2022
java
interview
What is the difference between “implements Runnable” vs “extends Thread” in Java
Oct 1, 2022
java
interview
How to do low level system design for a Logging Framework like Log4J
Oct 1, 2022
java
interview
Wap to convert String of vowels and consonants into 0's and 1's and print the decimal value of the binary string in Java and Python
Sep 30, 2022
java
interview
python
Simple code Naming things and Naming Conventions
Sep 21, 2022
java
interview
How to calculate Java Objects, Arrays, Primitives, and Complex Classes. Checking calculated size correctness using JProfiler.
Sep 17, 2022
java
interview
How to Convert DOCX to HTML in Java
Sep 16, 2022
java
interview
How to remove substring from String in Java
Sep 15, 2022
java
interview
Java virtual Machine(JVM) and its architecture
Sep 14, 2022
java
interview
Can we restrict visibility of derived method in Java and What is visibility control in java
Sep 11, 2022
java
interview
What is Builder Pattern in Java
Sep 10, 2022
java
interview
What is java.lang.NoClassDefFoundError in Java and How to resolve it
Sep 10, 2022
java
interview
What Down casting in Java
Sep 10, 2022
java
interview
What is java.lang.ClassNotFoundException in Java and How to resolve it
Sep 9, 2022
java
interview
What are Access Specifiers in Java
Sep 8, 2022
java
interview
Wap to find if a Given Array is Monotonic in Java
Sep 7, 2022
interview
java
What is the difference between Data and Information
Sep 6, 2022
datastructures
java
How to remove duplicates and sort the array without using inbuilt functions like .sort or sorting algorithms from an unsorted array
Sep 6, 2022
interview
java
What are Data Structures and its examples
Sep 5, 2022
datastructures
java
WAP to find the sum of all the numbers in a list using in Java 8
Sep 5, 2022
interview
java
What is StringJoiner and its uses in Java 8 with an example
Sep 4, 2022
interview
java
What are Mathematical,Algorithmic Notations and Functions in Data Structures
Sep 1, 2022
datastructures
java
What are Arrays in Java
Aug 28, 2022
datastructures
java
How arrays are stored in the memory
Aug 27, 2022
datastructures
java
The Performance Impact of java.lang.System.getProperty()
Aug 26, 2022
java
interview
What is the Big-O notations of the Array operations
Aug 26, 2022
datastructures
java
Can You Override Static Method in Java
Aug 25, 2022
java
interview
What is a Bubble Sort & How does it work
Aug 25, 2022
datastructures
java
Data Structures - Selection Sort Algorithm
Aug 24, 2022
datastructures
java
Does Java Support Pass by Value or Pass by Reference
Aug 24, 2022
java
interview
Data Structures - Insertion Sort Algorithm
Aug 23, 2022
datastructures
java
Difference between Factory and Abstract Factory Design Pattern in Java
Aug 23, 2022
java
interview
Data Structures - Shell Sort Algorithm
Aug 22, 2022
datastructures
java
Data Structures - Merge Sort Algorithm
Aug 21, 2022
datastructures
java
Data Structures - Quick Sort Algorithm
Aug 20, 2022
datastructures
java
Polymorphism, Overloading, and Overriding in Java and Object Oriented Programming
Aug 20, 2022
java
interview
Data Structures - Counting Sort Algorithm
Aug 19, 2022
datastructures
java
What is Encapsulation in Java and OOP with Example
Aug 19, 2022
java
interview
Data Structures - Radix Sort Algorithm
Aug 18, 2022
datastructures
java
What is Inheritance in Java with example - Object Oriented Programming
Aug 18, 2022
java
interview
How to sort an array in Java
Aug 17, 2022
datastructures
java
What is Object in Java and Object Oriented Programming? Example Tutorial
Aug 17, 2022
java
interview
What is a List Data Structure in Java
Aug 16, 2022
datastructures
java
Difference between Inheritance and Composition in Java and Object Oriented Programming
Aug 16, 2022
java
interview
What is an ArrayList Data Structure in Java
Aug 15, 2022
datastructures
java
What is Linked List in Data Structures
Aug 14, 2022
datastructures
java
Protect Your Code From Bugs An Overview of Five Static Analyzers for Java Code
Aug 14, 2022
java
What is Traversing, Searching Linked List in Data Structures
Aug 13, 2022
datastructures
java
What is Memory Allocation, Overflow and Underflow in Garbage Collection of Linked List Data Structures
Aug 12, 2022
datastructures
java
OOPs Concepts in Java with Basic Examples
Aug 9, 2022
java
interview
Lambda Expressions in Java
Aug 8, 2022
java
Object-oriented Programming vs. Functional Programming Which Is Better?
Aug 5, 2022
java
interview
Fetching a DTO With a To-Many Association
Aug 3, 2022
java
interview
What is a Race Condition
Aug 1, 2022
java
interview
How to catch multiple Java exceptions in the same catch clause
Jul 24, 2022
java
interview
What are checked vs unchecked exceptions in Java
Jul 23, 2022
java
interview
Is it IllegalArgumentException or NullPointerException for a null parameter in Java
Jul 22, 2022
java
interview
How to find the minimum or least value in an Integer List using Java 8
Jul 20, 2022
java
interview
What is Association Mapping and examples of One to One, Many to Many and One to Many and Many to One relationships
Jul 19, 2022
java
interview
How to know which Java thread is hogging the CPU
Jul 17, 2022
java
interview
How many threads can a Java VM support
Jul 16, 2022
java
interview
What are important Threading Techniques & Concepts in Java
Jul 14, 2022
java
interview
Is it possible view/pause/kill a particular thread from a different java program running on the same JVM
Jul 13, 2022
java
interview
How to make your collections thread-safe?
Jul 12, 2022
java
interview
What are the best naming conventions for threads in Java
Jul 11, 2022
java
interview
In Java, do I need to declare my collection synchronized if it's read-only
Jul 10, 2022
java
interview
Heap and Stack Memory Errors in Java
Jul 10, 2022
java
Pass a Parameter to All JVMs in A Machine at The Same Time
Jul 9, 2022
java
Synchronizing on String objects in Java
Jul 9, 2022
java
interview
How many threads should I use in my Java program
Jul 8, 2022
java
interview
How to implement simple threading with a fixed number of worker Threads
Jul 6, 2022
java
interview
What is the difference between notify() and notifyAll() in Threads.
Jul 5, 2022
java
interview
What would make a single task executor stop processing tasks in Java Threads.
Jul 4, 2022
java
interview
How can you ensure a block of code can not be interrupted by any other Thread in Java
Jul 3, 2022
java
interview
How to test methods that call System.exit() in Java
Jul 3, 2022
java
interview
How are Java Thread priorities translated to an OS thread priority
Jul 2, 2022
java
interview
What are packages in Java
Jul 1, 2022
java
interview
How to parse logs written by multiple Threads
Jul 1, 2022
java
interview
What are the benefits of Performance Optimization in Java
Jun 30, 2022
java
interview
What is Garbage Collection Performance Tuning in Java
Jun 29, 2022
java
interview
What are the best Coding Practices to be followed while writing Java code in order to avoid performance issues
Jun 28, 2022
java
interview
How to create a memory leak in Java
Jun 12, 2022
java
interview
Why is processing a sorted array faster than processing an unsorted array in Java
Jun 11, 2022
java
interview
How to convert a String to an int in Java
Jun 10, 2022
java
interview
What are MVP and MVC and what is the difference between MVP and MVC
Jun 9, 2022
java
interview
What is a serialVersionUID and why should I use it in Java
Jun 8, 2022
java
interview
When to use LinkedList over ArrayList in Java
Jun 7, 2022
java
interview
What is the difference between StringBuilder and StringBuffer in Java
Jun 6, 2022
java
interview
Which concurrent Queue implementation, should I use it in Java
Jun 5, 2022
java
interview
How to avoid NullPointerException in Java
Jun 5, 2022
java
interview
How do I read / convert an InputStream into a String in Java
Jun 4, 2022
java
interview
What is the difference between a synchronized method and synchronized block in Java
Jun 4, 2022
java
interview
How to make an ArrayList Read Only in Java
Jun 3, 2022
java
interview
How do I efficiently iterate over each entry in a Java Map
Jun 2, 2022
java
interview
What are the differences between a HashMap and a Hashtable in Java
Jun 1, 2022
java
interview
What is a Java bean
Apr 26, 2022
java
interview
Java JDBC important interview questions
Apr 24, 2022
java
interview
Real time example of a singleton design pattern in Java
Apr 24, 2022
java
interview
What are available JDBC drivers and difference between them and when to use
Apr 23, 2022
java
interview
What are the steps to connect to a database using JDBC API
Apr 22, 2022
java
interview
What is statement, prepared statement and callable statement in JDBC and Why are they used
Apr 21, 2022
java
interview
What is final keyword in java
Apr 20, 2022
java
interview
What is Instance Initializer block in Java
Apr 20, 2022
java
interview
What is instanceof operator in Java
Apr 20, 2022
java
J2ee
interview
What is transaction management and ACID properties in JDBC
Apr 20, 2022
java
interview
How to fetch multiple host names from config file management in Jenkins pipeline groovy script
Apr 19, 2022
java
DevOps
maven
What is super keyword in java
Apr 18, 2022
java
interview
What is Covariant Return Type in java
Apr 17, 2022
java
interview
What is method overriding in Java
Apr 17, 2022
java
J2ee
interview
What is method overloading in Java
Apr 15, 2022
java
interview
What is Polymorphism in Java
Apr 14, 2022
java
interview
How to Encrypt and Decrypt a file using CryptoJS AES encryption and Java AES decryption
Apr 13, 2022
java
J2ee
AES256
WAP to create a thread using lambda expression and print “Hello World” in Java
Apr 13, 2022
java
Java8
interview
Java interview question on interfaces implemented by class with same default method in two interfaces
Apr 13, 2022
java
interview
AES256 Exception in thread "main" java.security.InvalidKeyException Illegal key size or default parameters in Java
Apr 12, 2022
java
J2ee
Listagg function overflow error ORA-01489 in Java
Apr 12, 2022
java
oracle
J2ee
What is the difference between final, finally, finalize in Java
Apr 2, 2022
java
interview
In Java, what is the best way to determine the size of an object
Feb 10, 2022
java
interview
How do I generate random integers within a specific range in Java
Feb 5, 2022
java
interview
What is the difference between public, protected, package-private and private in Java
Feb 3, 2022
java
interview
Does Java support default parameter values
Feb 1, 2022
java
interview
What is the load factor of Hashmap in Java
Jan 18, 2022
java
interview
How to implement bubble sort by using only one for loop
Jan 17, 2022
java
interview
Why don't Java's +=, -=, *=, /= compound assignment operators require casting?
Jan 16, 2022
java
interview
Write a Comparator in Java to compare two employees based upon name, age and address
Jan 15, 2022
java
interview
How to break Singleton Design pattern in Java
Jan 13, 2022
java
interview
What is the difference between writing a property on application.yml or bootstrap.yml in spring boot
Jan 12, 2022
java
interview
springboot
How to add context path to Spring Boot application
Jan 11, 2022
java
interview
springboot
How does ternary operator work in java
Jan 11, 2022
java
What is the best way of writing an integration test in Spring boot
Jan 10, 2022
springboot
java
How to learn Java quick
Jan 9, 2022
java
How to set active profile and config location from command line in spring boot
Jan 8, 2022
java
interview
springboot
How does the Java 'for each' loop work
Jan 8, 2022
java
interview
Why SpringBoot 2.2.2 Jackson serializer for custom pagination doesn't work
Jan 7, 2022
springboot
java
What is the story behind Java
Jan 7, 2022
java
Twitter Bootstrap Development Introduction
Jan 7, 2022
java
interview
What is multiple spring ApplicationContext in Java
Jan 6, 2022
springboot
java
What is Dependency Inversion Principle in SOLID Design Principles of Object Oriented Programming
Jan 6, 2022
java
SSL Configuration in Apache MINA Server
Jan 6, 2022
java
interview
An Introduction to Apache Mina Server
Jan 5, 2022
java
interview
What are SOLID Design Principles in Object Oriented Programming Java
Jan 5, 2022
java
What is Single Responsibility Principle in SOLID Design Principles of Object Oriented Programming
Jan 4, 2022
java
Tomcat Performance Tuning in Production Server
Jan 4, 2022
java
interview
MySQL Backup/Restore in Windows, Linux and using Java Program
Jan 3, 2022
java
interview
What is Open-Closed Principle in SOLID Design Principles of Object Oriented Programming
Jan 3, 2022
java
Apache Mina - Simple Client/Server Application
Jan 2, 2022
java
interview
What is Liskov Substitution Principle in SOLID Design Principles of Object Oriented Programming
Jan 2, 2022
java
Float, Double and BigDecimal with Financial Calculation
Jan 1, 2022
java
interview
Java new features that needs to be at your finger tips
Jan 1, 2022
java
interview
What is Interface-Segregation Principle in SOLID Design Principles of Object Oriented Programming
Jan 1, 2022
java