Javarevisited

Learn Java, Programming, Spring, Hibernate throw tutorials, examples, and interview questions

Topics and Categories

  • core java
  • spring
  • hibernate
  • collections
  • multithreading
  • design patterns
  • interview questions
  • coding
  • data structure
  • OOP
  • java 8
  • books
  • About Me
  • Java Certifications
  • JDBC
  • jsp-servlet
  • JSON
  • SQL
  • Linux
  • Courses
  • online resources
  • jvm-internals
  • REST
  • Eclipse
  • jQuery
  • Java IO
  • Java XML
Home
Subscribe to: Posts ( Atom )

Total Pageviews

Search This Blog

Preparing for Java and Spring Boot Interview?

  • Join My Newsletter .. Its FREE

My Books

  • Everything Bundle (Java + Spring Boot + SQL Interview) for a discount
  • Grokking the Java Interview
  • Grokking the Spring Boot Interview
  • Spring Framework Practice Questions
  • Grokking the SQL Interview
  • Grokking the Java Interview Part 2
  • Grokking the Java SE 17 Developer Certification (1Z0-829 Exam)

My Courses

  • Spring Professional Certification Practice Test
  • Java SE 11 Certification Practice Test
  • Azure Fundamentals AZ-900 Practice Test
  • Java EE Developer Exam Practice Test
  • Java Foundations 1Z0-811 Exam Practice Test
  • AWS Cloud Practitioner CLF-C02 Exam Practice Test
  • Java SE 17 1Z0-829 Exam Practice Test
  • Azure AI-900 Exam Practice Test
  • 1Z0-829 Java Certification Topic wise Practice Test

My Newsletter articles

  • How to grow financially as Software Engineer?
  • Difference between Microservices and Monolithic Architecture
  • What is Rate Limiter? How does it work
  • Difference between @Component vs @Bean annotations in Spring Framework?
  • Top 10 Software Design Concepts Every Developer should know
  • How does SSO Single Sign On Authentication Works?

Interview Questions

  • core java interview question (183)
  • interview questions (109)
  • data structure and algorithm (92)
  • Coding Interview Question (86)
  • spring interview questions (52)
  • design patterns (47)
  • object oriented programming (40)
  • SQL Interview Questions (37)
  • thread interview questions (30)
  • collections interview questions (26)
  • database interview questions (16)
  • servlet interview questions (15)
  • hibernate interview questions (11)
  • Programming interview question (6)

Java Tutorials

  • FIX protocol tutorial (16)
  • JDBC (35)
  • Java Certification OCPJP SCJP (33)
  • Java JSON tutorial (23)
  • Java Programming Tutorials (21)
  • Java multithreading Tutorials (64)
  • Java xml tutorial (16)
  • date and time tutorial (27)
  • java IO tutorial (30)
  • java collection tutorial (94)
  • jsp-servlet (37)
  • online resources (213)

Get New Blog Posts on Your Email

Get new posts by email:

Followers

Categories

  • courses (290)
  • SQL (78)
  • linux (52)
  • database (51)
  • Eclipse (38)
  • REST (34)
  • Java Certification OCPJP SCJP (33)
  • JVM Internals (27)
  • JQuery (26)
  • Testing (24)
  • Maven (16)
  • general (16)

Blog Archive

  • ▼  2025 (744)
    • ▼  July (115)
      • 10 Best Python Courses and Certification on Course...
      • Top 5 Udemy Courses to Learn Test-Driven Developme...
      • Top 25 Vue.js Interview Questions and Answers for...
      • Why Join ByteByteGo to Learn System Design in 2025?
      • Is the Google Data Analytics Professional Certific...
      • 10 Best System Design Books for Senior Software En...
      • Review - Is the Microsoft AI & ML Engineering Prof...
      • Is Introduction to Generative AI Learning Path Spe...
      • Coursera Plus Discount SALE 2025: 40% Off Now—Just...
      • Top 10 SQL Queries from Technical Interviews to Le...
      • What is PriorityQueue or priority queue in Java wi...
      • What is EnumMap in Java – Example Tutorial
      • How to use CopyOnWriteArraySet in Java with Example
      • 2 Example to Merge or Join Multiple List in Java -...
      • How to Create Read Only List, Map and Set in Java?...
      • Top 6 AI and Prompt Engineering Books for Software...
      • How to use ConcurrentHashMap in Java - Example Tut...
      • How to use EnumSet in Java with Example
      • What is difference between Enumeration and Iterato...
      • Top 11 Java ConcurrentHashMap Interview Questions ...
      • How HashMap works in Java?
      • Difference between fail-safe vs fail-fast Iterator...
      • Difference between List and Set in Java Collection...
      • Difference between ArrayList and Vector in Java
      • What is difference between HashMap and Hashtable i...
      • Difference between LinkedList and ArrayList in Java
      • Difference between TreeSet, LinkedHashSet and Hash...
      • Difference between PriorityQueue and TreeSet in Ja...
      • Difference between Synchronized and Concurrent Col...
      • How to choose the Right Collection Class in Java? ...
      • Difference between HashMap, LinkedHashMap and Tree...
      • How to get Key From Value in Hashtable, HashMap in...
      • Difference between HashMap and IdentityHashMap in ...
      • What is difference between ArrayList and ArrayList...
      • How to Filter Stream and Collections in Java 8? E...
      • Top 25 Java Collection Framework Interview Questio...
      • How to Convert Collection to String in Java - Spri...
      • How does Java HashMap or LinkedHahsMap handles col...
      • Difference between HashMap and HashSet in Java
      • Difference between EnumMap and HashMap in Java? Ex...
      • Difference between ConcurrentHashMap, Hashtable an...
      • How to Iterate through ConcurrentHashMap and print...
      • Enhanced For Loop Example and Puzzle in Java
      • JUnit4 Annotations : Test Examples and Tutorial
      • JUnit Testing Tips - Constructor is Called Before ...
      • How to Fix Exception in thread "main" java.lang.No...
      • How to fix java.io.NotSerializableException: org.a...
      • Binary Search vs Contains Performance in Java List...
      • How to Fix Eclipse No Java Virtual Machine was fou...
      • Private in Java: Why should you always keep fields...
      • Introduction of How Android Works for Java Program...
      • 10 Essential UTF-8 and UTF-16 Character Encoding C...
      • Top 5 Blogs Java EE developers should follow
      • 5 Entertaining Posts from StackOverFlow - Must Read
      • 5 Things Programmers Can Buy in Amazon Prime Day 2...
      • Tomcat – java.lang.OutOfMemoryError: PermGen space...
      • How to fix java.lang.classcastexception cannot be ...
      • How to Fix java.lang.OutOfMemoryError: GC overhead...
      • What is Assertion in Java - Java Assertion Tutoria...
      • What is the use of java.lang.Class in Java? Example
      • Java Mistake 1 - Using float and double for moneta...
      • Top 10 EJB Interview Question and Answer asked in ...
      • How to get and set default Character encoding or C...
      • Difference between Class, Instance and Local varia...
      • What is the Use of Interface in Java and Object Or...
      • 5 Benefits of using interface in Java and Object O...
      • Difference between Abstraction and Encapsulation i...
      • Difference between Association, Composition and Ag...
      • Why Default or No Argument Constructor is Importan...
      • What is Type Casting in Java? Casting one Class to...
      • What is Constructor in Java with Example – Constru...
      • What is Object in Java and Object Oriented Program...
      • Open Closed Design Principle in Java - Benefits an...
      • How to use Class in Java Programming - Example
      • What is Inheritance in Java and OOP Tutorial - Exa...
      • What is polymorphism in Java? Method overloading ...
      • Can we declare a class Static in Java? Top Level a...
      • Law of Demeter in Java - Principle of least Knowle...
      • What is interface in Java with Example - Tutorial
      • Top 10 Courses to Crack System Design Interview in...
      • 4 Steps to Prepare for System Design Interviews in...
      • How to System Design Trade Position Aggregator? [S...
      • Review - Is ByteByteGo System Design Interview Cou...
      • How to Remove Duplicates from Array without Using ...
      • How to find smallest number from int array in Java...
      • How to Find Multiple Missing Integers in Given Arr...
      • Difference between a List and Array in Java? Array...
      • How to Find all Pairs in Array of Integers Whose s...
      • How to Create and Initialize Anonymous Array in Ja...
      • Can You Make an Array or ArrayList Volatile in Java?
      • Difference between Linked List and Array in Java? ...
      • How to merge two sorted arrays in Java? Example Tu...
      • How to check if a given linked list is a palindrom...
      • [Solved] How to reverse a Stack in Java using Recu...
      • [Solved] How to Implement Fibonacci Series with Me...
      • Top 20 Stack and Queue Data Structure Interview Qu...
      • Top 25 Recursion Interview Questions Answers for C...
      • Top 10 Matrix Coding Exercises for Programming int...
      • How to find first recurring or duplicate character...
      • [Solved] How to Find maximum Product of a sub-arr...
    • ►  June (106)
    • ►  May (98)
    • ►  April (116)
    • ►  March (32)
    • ►  February (129)
    • ►  January (148)
  • ►  2024 (258)
    • ►  December (73)
    • ►  November (3)
    • ►  October (44)
    • ►  September (30)
    • ►  August (10)
    • ►  July (20)
    • ►  June (7)
    • ►  May (24)
    • ►  April (32)
    • ►  March (9)
    • ►  February (1)
    • ►  January (5)
  • ►  2023 (516)
    • ►  December (4)
    • ►  November (4)
    • ►  October (7)
    • ►  September (149)
    • ►  August (20)
    • ►  July (43)
    • ►  June (2)
    • ►  May (151)
    • ►  April (96)
    • ►  March (27)
    • ►  February (8)
    • ►  January (5)
  • ►  2022 (69)
    • ►  December (1)
    • ►  September (1)
    • ►  August (20)
    • ►  July (20)
    • ►  June (7)
    • ►  May (5)
    • ►  April (4)
    • ►  March (3)
    • ►  February (6)
    • ►  January (2)
  • ►  2021 (252)
    • ►  December (1)
    • ►  November (5)
    • ►  October (14)
    • ►  September (34)
    • ►  August (96)
    • ►  July (102)

Contributors

  • SimpleJava
  • javin paul

Popular Posts

  • How to Fix java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/test [Solved]
    The error "java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/test" occurs when you try to connect ...
  • How to create HTTP Server in Java - ServerSocket Example
    Java has very good networking support, allows you to write client-server applications by using TCP Sockets. In this tutorial, we will learn...
  • The 2025 Java Developer RoadMap [UPDATED]
    Hello guys, I have been sharing a lot of roadmaps to become a Web developer , DevOps engineer , and recently React.js developer . One of th...
  • How to fix @Autowired - No qualifying bean of type found for dependency in Spring Boot? [Solved]
    Hello guys, if you are working in a Java and Spring Boot project and you are getting errors like "@Autowired - No qualifyin...
  • Top 20 Stack and Queue Data Structure Interview Questions for 1 to 3 years Experienced
    Both Stack and Queue are two of the crucial data structure which is very useful in solving a lot of problems. They are not as fu...
  • How HashMap works in Java?
    Hello guys, if you are looking for an answer of popular Java interview question, how HashMap works in Java? or How HashMap works internally ...
  • 3 ways to solve java.lang.NoClassDefFoundError in Java J2EE
    I know how frustrating is to see "Exception in thread "main" java.lang.NoClassDefFoundError" while running your Java ...
  • Top 25 Recursion Interview Questions Answers for Coding Interviews
    Recursion is often dreaded by programmers as its very difficult for many programmers to visualize and understand, but it's a...
  • Java Enum Tutorial: 10 Examples of Enum in Java
    What is Enum in Java Enum in Java is a keyword, a feature that is used to represent a fixed number of well-known values in Java, For exam...
  • 3 Ways to Find Duplicate Elements in an Array - Java
    There are multiple ways to find duplicate elements in an array in Java and we will see three of them in this program. The solution and logi...

Subscribe To

Posts
Atom
Posts
All Comments
Atom
All Comments

Pages

  • Privacy Policy
  • Terms & Conditions
Copyright by Javin Paul 2010-2025. Powered by Blogger.