Filter interviews by
I was interviewed in Jun 2024.
Top trending discussions
posted on 15 Sep 2021
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 26 Jun 2024
Constructors are special methods used to initialize objects in a class. They can be parameterized or default.
Constructors have the same name as the class they belong to
They are called automatically when an object is created
Parameterized constructors accept arguments to initialize object properties
Default constructors have no parameters and provide default values
Constructors can be overloaded by having multiple construc
I applied via Recruitment Consulltant and was interviewed in May 2023. There were 3 interview rounds.
Star pattern program and logical program
posted on 15 Sep 2021
Interview experience
Software Engineer
4
salaries
| ₹26.5 L/yr - ₹40 L/yr |
Software Development Engineer
4
salaries
| ₹28 L/yr - ₹32 L/yr |
Associate Product Manager
4
salaries
| ₹29 L/yr - ₹29 L/yr |
Market Research Analyst
4
salaries
| ₹3.5 L/yr - ₹5 L/yr |
Senior Integration Engineer
4
salaries
| ₹21.4 L/yr - ₹35 L/yr |
Freshworks
InMobi
Zoho
Druva