Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2023. There were 5 interview rounds.
Mcq question and answer on Java nothing else if you have skill you clear the interview
Mcq question paper on Java j2ee coding compiler ect are
Normal question like * program sum string array
Java is a high-level programming language known for its platform independence and object-oriented features.
Platform independence - Java programs can run on any platform that has a Java Virtual Machine (JVM)
Object-oriented - Java supports the principles of encapsulation, inheritance, and polymorphism
Robust - Java has strong memory management, exception handling, and type safety
Secure - Java has built-in security feature...
Abstraction is the concept of hiding complex details and showing only the essential features of an object or system.
Abstraction allows developers to focus on what an object does rather than how it does it
It helps in reducing complexity and improving efficiency in software development
For example, in object-oriented programming, abstract classes and interfaces are used to define common behaviors without specifying implem
I applied via Walk-in and was interviewed in Apr 2023. There were 3 interview rounds.
30 multiple choice questions
Top trending discussions
In Java, == compares memory addresses while .equals() compares the actual content of objects.
== compares memory addresses of objects, while .equals() compares the actual content of objects.
== 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.
In Java, == compares object references, while .equals() compares object values.
Use == to compare if two object references point to the same memory location.
Use .equals() to compare if two objects have the same 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 Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.
The volatile keyword in Java is used to indicate that a variable's value will be modified by different threads.
Ensures visibility of changes made by one thread to other threads
Prevents compiler optimizations that could reorder instructions
Useful for variables accessed by multiple threads without synchronization
Example: volatile boolean flag = true;
JAVA stands for Java Virtual Machine
JAVA stands for Java Virtual Machine
It is a programming language that follows the principle of 'write once, run anywhere'
Java code is compiled into bytecode which can run on any platform with Java Virtual Machine (JVM)
Examples of Java applications include web applications, mobile apps, and enterprise software
D/W Hashmap and ConcurrentHashmap are both implementations of the Map interface in Java, with the latter being thread-safe.
D/W Hashmap stands for 'Doubly-Linked Hashmap' and is a custom implementation of a hashmap in Java that maintains insertion order.
ConcurrentHashmap is a thread-safe implementation of the Map interface in Java, allowing multiple threads to access and modify it concurrently without causing data corru
HashMap is not synchronized and not thread-safe, while ConcurrentHashMap is thread-safe and allows concurrent access.
HashMap is not synchronized, so it is not safe to use in a multi-threaded environment without external synchronization.
ConcurrentHashMap uses internal synchronization mechanisms to ensure thread safety, allowing multiple threads to access and modify it concurrently.
ConcurrentHashMap is designed to handle...
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
Java stands for Just Another Virtual Machine
Java stands for Just Another Virtual Machine
It is a high-level programming language developed by Sun Microsystems
Java code is compiled into bytecode that runs on any Java Virtual Machine (JVM)
Java is a high-level, object-oriented programming language known for its portability and versatility.
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 robust standard library, which includes tools for networking, data structures, and more
based on 2 interviews
Interview experience
SAP Abap Consultant
61
salaries
| ₹2 L/yr - ₹5.3 L/yr |
Java Developer
12
salaries
| ₹2.5 L/yr - ₹4.2 L/yr |
SAP Abap Technical Consultant
11
salaries
| ₹3 L/yr - ₹4.5 L/yr |
Software Developer
9
salaries
| ₹1.5 L/yr - ₹5.6 L/yr |
Hybris Developer
8
salaries
| ₹3.5 L/yr - ₹9.1 L/yr |
Accel Frontline
Northcorp Software
Elentec Power India (EPI) Pvt. Ltd.
HyScaler