Posts

Showing posts from February, 2024

Nice Interview questions

Duration: 1hr 15 min Explain Encapsulation and abstraction How can you achieve abstraction What is constructor in Java?explain the types of constructor Can we make Constructor as private? What is singleton class? Write java code for it What is static block? Explain JDK, JRE and JVM in detail What is class loader? Explain polymorphism  What is method hiding? how can you achieve it What is interface? where you use it Explain different type of access specifiers in java Write Program to print Fibonacci series Write program to find maximum element in an array Write SQl query to find 5th maximum marks from student table WHat is deep shadow and copy shadow  in java. Explain it with a writing program. How you inject dependency in springboot How Can you change JAVA version  Where you add configuration setting in spring boot project Explain pom.xml file. and what it contains What is association Explain Java 8 features What is stream API? how you use it Explain solid principles Expa...