Filter interviews by
I applied via Approached by Company
Top trending discussions
In Java, == compares memory addresses while .equals() compares the actual content of objects.
== is used to compare memory addresses of objects, while .equals() is used to compare the actual content of objects.
== is used for primitive data types comparison, while .equals() is used for object comparison.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1
The difference between == and equals() in Java for comparing object references and values.
Use == to compare object references (memory location)
Use equals() to compare object values
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 Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
Questions on string and arrays both are moderate level questions on hacherrank type for 20 marks
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
There were 5 questions and we need to solve 4 questions in java. Mostly Array and string based.
I applied via Approached by Company and was interviewed in Mar 2023. There were 3 interview rounds.
Java is a high-level programming language known for its portability, security, and object-oriented features.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM).
It is object-oriented, allowing for modular and reusable code.
Java is known for its security features, such as sandboxing and encryption.
Popular frameworks and libraries like Spring and Hibernate are commonly used in
I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Jul 2022. There were 3 interview rounds.
Their are 30 questions which one has to done in 30 mins
posted on 8 Aug 2024
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
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 LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
Q.1 Pattern
1
*2*
**3**
Q. 2
write code to get sub array with max sum from given array.
Software Developer
107
salaries
| ₹2 L/yr - ₹9.2 L/yr |
Quality Analyst
38
salaries
| ₹2.9 L/yr - ₹7.4 L/yr |
Business Analyst
22
salaries
| ₹4.2 L/yr - ₹13 L/yr |
Senior Software Developer
12
salaries
| ₹8 L/yr - ₹12 L/yr |
Senior Software Engineer
8
salaries
| ₹6.8 L/yr - ₹13 L/yr |
TCS
Infosys
Wipro
HCLTech