Filter interviews by
Top trending discussions
I was interviewed in Aug 2024.
posted on 23 Mar 2024
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
String constant pool is a memory area in Java where unique string literals are stored to optimize memory usage.
String constant pool is a part of the Java heap memory.
It stores unique string literals to avoid duplicate storage.
Strings created using double quotes are stored in the string constant pool.
Strings created using new keyword are stored in the heap memory.
Yes, we can create object for abstract classes and interfaces in Java.
Objects cannot be created for abstract classes directly, but can be created for concrete subclasses that extend the abstract class.
Interfaces cannot be instantiated, but objects can be created for classes that implement the interface.
Example: Abstract class Animal { abstract void makeSound(); } Class Dog extends Animal { void makeSound() { System.out...
The keyword used in interface for concrete method is 'default'.
The 'default' keyword is used in interfaces to provide a default implementation for a method.
It allows interfaces to have concrete methods without requiring implementing classes to override them.
Example: 'default void methodName() { // method implementation }'
posted on 12 Apr 2024
It was sort of assessment which consists of technical questions and coding round
based on 1 interview
Interview experience
Software Developer
59
salaries
| ₹3 L/yr - ₹7.3 L/yr |
HR Recruiter
45
salaries
| ₹1.7 L/yr - ₹3.6 L/yr |
UI/UX Designer
45
salaries
| ₹3 L/yr - ₹6 L/yr |
Graphic Designer
27
salaries
| ₹2 L/yr - ₹5.1 L/yr |
Business Analyst
25
salaries
| ₹2.2 L/yr - ₹6 L/yr |
Flipkart
Paytm
Ola Cabs
Zomato