More than 50 questions on JSF-2 with detailed answers, go through them as a refresher on JSF framework. 8.Hibernate Interview Questions and Answers Hibernate is the best Java-based ORM tool in the market. It’s used a lot in most of the enterprise applications to overcome the shortcomings ...
Question: What are your options to persist data in Spring Boot if you don’t want to use JPA/Hibernate? There are mainly two options you can use: Spring JDBCprovides a tool that makes it straightforward to work with JDBC:JdbcTemplateand its starter org.springframework.boot...
Btw, If you are not familiar with them I first suggest you go through a beginners class like Spring & Hibernate for Beginners (includes Spring Boot) to get up-to-speed. Once you have good knowledge of Spring Boot, you can attempt these questions. 15 Spring Boot Interview Question Answ...
Even though we don’t use Reflection API in normal programming, it’s very important to have. We can’t have any frameworks such as Spring, Hibernate or servers such as Tomcat, JBoss without Reflection API. They invoke the appropriate methods and instantiate classes through reflection API and ...
Q: Hibernate? A: Count on me, boss. I rarely sleep on the job. Maybe 2... 3 hours tops. Q: Have you ever used AJAX, possibly Comet? A: I'm very experienced with Spic and Span and Mr Clean. I'm sure my knowledge and experience will transfer. Q: Are you familiar with XP?
Java 8 has been released in March 2014, so it’s one of the hot topics in java interview questions. If you answer this question clearly, it will show that you like to keep yourself up-to-date with the latest technologies. Java 8 has been one of the biggest releases after Java 5 anno...
Sr.No.Question 1 What are new Java8 Features? 2 Difference between GET & POST METHODS? 3 Difference between forward() method & SendRedirect() method? 4 Difference between HashMap and HashTable? 5 Difference between HashSet and TreeSet? 6 What is meant by Collections in Java? 7 What is ...
Comments on “My favourite interview question”: I've played half a game of Monopoly in my life, and I was too drunk and sleepy at the time to pay much attention. If you asked me that question, you'd then have to spend much of the subsequent interview explaining how to play the game...
I was asked this question yesterday on a interview and didn't know the difference between Set and Map :( Thanks!Reply AnonymousJune 15, 2014 at 2:18 AM Excellent explanation and really helpful for interviews.Reply AnonymousOctober 8, 2014 at 2:05 AM Simply Superb and easy to understan...
Updated on October 18, 2021 by Arpit Mandliya Table of Contents [hide] Question 1: What is Exception ? Question 2: How can you handle exception in java? Question 4: Difference between checked exception, unchecked exceptionand and errors Question 5: Can we have try without catch block in ...