CSS3 modules and their usage
|
|
0
|
0
|
March 24, 2025
|
What is default Exception handling in java?
|
|
0
|
4
|
March 24, 2025
|
What’s the relationship between JSON and a Java object?
|
|
0
|
6
|
March 24, 2025
|
What is the difference between Java Serialization (Serializable interface in Java) and Jackson Serialization?
|
|
0
|
4
|
March 24, 2025
|
What is Rest API? How is it different from HTTP?
|
|
0
|
4
|
March 24, 2025
|
What are Singleton classes? What are some real-world examples of Singleton pattern?
|
|
0
|
8
|
March 24, 2025
|
What is hashcode and where is this method has implemented? What if the same hashcode is generated for 2 values?
|
|
0
|
1
|
March 24, 2025
|
What is the difference between compareTo() and equals()?
|
|
0
|
2
|
March 24, 2025
|
Let’s say one of your controller code has divide by zero exception. Will your server crash or will it accept more requests? Why/How?
|
|
0
|
3
|
March 24, 2025
|
Can you run your spring server on any port? Are there any challenges with that? How did you change ports when you were experimenting?
|
|
0
|
6
|
March 24, 2025
|
Is blindly having @Data in all classes a good habit? Why/why not?
|
|
0
|
2
|
March 24, 2025
|
Let’s say you don’t handle an error and at runtime an exception gets thrown - what will the client see - 4xx or 5xx HTTP error? If you didn’t handle the error, who converts your exception into HTTP error?
|
|
0
|
2
|
March 24, 2025
|
What is Spring Data? Or there other ways of accessing Mongo data? Are you aware about Hibernate?
|
|
0
|
0
|
March 24, 2025
|
When you run more than one controller instance, your server will not start because of port clash right? How were you able to run multiple controller tests simultaneously?
|
|
0
|
5
|
March 24, 2025
|
If @Valid annotation fails in Request, what will Spring respond back with?
|
|
0
|
13
|
March 24, 2025
|
What are Memory storages available with JVM?
|
|
0
|
1
|
March 24, 2025
|
What are static methods and how are they used?
|
|
0
|
0
|
March 24, 2025
|
Briefly explain the concept of autoconfiguration in Spring Boot
|
|
0
|
5
|
March 24, 2025
|
How does HashMap work internally and how does it handle collisions?
|
|
0
|
9
|
March 24, 2025
|
Which annotation is used in spring boot for scanning?
|
|
0
|
4
|
March 24, 2025
|
What is the @SpringBootApplication annotation?
|
|
0
|
3
|
March 24, 2025
|
What is the role of the @Entity annotation in JPA?
|
|
0
|
1
|
March 24, 2025
|
What is the purpose of the @Id annotation?
|
|
0
|
1
|
March 24, 2025
|
How do you configure and use Spring Data JPA in a Spring Boot application? Can you provide an example of a simple repository interface and a query method?
|
|
0
|
2
|
March 24, 2025
|
What are the key annotations used in Spring Data JPA and their purposes?
|
|
0
|
2
|
March 24, 2025
|
What are the Pros and Cons (benefits and challenges) of Java Microservices?
|
|
0
|
6
|
March 24, 2025
|
How do microservices communicate with each other?
|
|
0
|
3
|
March 24, 2025
|
What is the difference between a default constructor and a parameterized constructor?
|
|
0
|
5
|
March 24, 2025
|
What is the super keyword in Java?
|
|
0
|
5
|
March 24, 2025
|
What is “this” keyword in Java?
|
|
0
|
0
|
March 24, 2025
|