Filter interviews by
posted on 24 Oct 2017
I was interviewed before Oct 2016.
posted on 11 Dec 2024
Annotation used to define RESTful web services in Spring Boot
Used to create RESTful web services in Spring Boot
Combines @Controller and @ResponseBody annotations
Eliminates the need to annotate every request handling method with @ResponseBody
Yes, @RestController combines @Controller and @ResponseBody annotations in Springboot for simplified REST API creation.
Combines @Controller and @ResponseBody annotations
Eliminates the need to annotate every method with @ResponseBody
Simplifies REST API creation by directly returning data
I applied via AmbitionBox and was interviewed in Sep 2023. There were 7 interview rounds.
Explain about one topic
I applied via Company Website and was interviewed in May 2023. There were 4 interview rounds.
Encapsulation, abstraction, interface
posted on 28 Oct 2023
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 3 interview rounds.
I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
They asked about difference between college life and corporate life and the projects we carried out in engineering
I was interviewed in Feb 2021.
In Java, == compares memory addresses while .equals() compares the actual content of objects.
== compares memory addresses of objects, while .equals() compares the actual content.
== is used to compare primitive data types, while .equals() is used to compare objects.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will be false, but str1.equals(str2) will be true.
The question explains the difference between == and .equals() in Java for comparing object references and content.
Use == to compare object references (memory location)
Use .equals() to compare the actual content or values of the objects
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will be false, but str1.equals(str2) will be true
I applied via Naukri.com and was interviewed in Jan 2023. There were 3 interview rounds.
First I will give the altitude test
My coding knowledge is good and my coding speed is fast
posted on 1 Dec 2023
I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 3 interview rounds.
Marpu Foundation
Huawei Technologies
HCL Infosystems
Exotic Learning