Filter interviews by
Multitasking is the ability of an operating system to run multiple processes concurrently. Multithreading is the ability of a program to run multiple threads concurrently.
Multitasking allows multiple processes to run simultaneously on a single processor or core.
Multithreading allows a single process to execute multiple threads concurrently.
Multithreading can improve performance by allowing a program to take advantage o...
Top trending discussions
I appeared for an interview in Sep 2021.
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.
I applied via Company Website and was interviewed in Jul 2020. There were 5 interview rounds.
JDK is a development kit, JRE is a runtime environment, and JVM is a virtual machine for executing Java code.
JDK includes JRE and development tools like compiler and debugger
JRE includes JVM and necessary libraries to run Java applications
JVM is responsible for interpreting Java bytecode and executing it
JDK is used for developing Java applications, JRE is used for running them
Example: JDK 8 includes JRE 8 and tools lik...
Yes, Java is platform-independent because of its 'write once, run anywhere' principle.
Java programs are compiled into bytecode, which can be executed on any platform with a Java Virtual Machine (JVM).
The JVM acts as an interpreter, translating the bytecode into machine code specific to the underlying platform.
This allows Java programs to run on different operating systems and hardware architectures without modification...
Constructors are special methods used to initialize objects in Java.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
They can be overloaded to accept different parameters.
Example: public class Car { public Car(String make, String model) { ... } }
Example: Car myCar = new Car("Toyota", "Camry");
The final keyword in Java is used to declare a constant variable or to prevent method overriding and class inheritance.
Final variables cannot be reassigned once initialized
Final methods cannot be overridden by subclasses
Final classes cannot be inherited by other classes
Example: final int MAX_VALUE = 100;
Example: final void printMessage() { System.out.println("Hello World!"); }
Example: final class MyClass { ... }
Java String Pool is a cache of String objects stored in heap memory.
String literals are automatically added to the pool.
String objects created using the 'new' keyword are not added to the pool.
String.intern() method can be used to add a String object to the pool.
String pool helps in saving memory by reusing common String literals.
Java Strings are immutable to ensure data integrity and security.
Immutable strings prevent accidental modification of data.
String pooling optimizes memory usage by reusing existing strings.
Immutable strings are thread-safe, simplifying concurrent programming.
String immutability allows for efficient caching and hashing.
Immutable strings enable safe sharing of string references.
I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed before Sep 2020. There was 1 interview round.
Version control is essential for managing code changes and collaborating with team members.
Version control allows for tracking changes made to code over time.
It enables collaboration between team members by allowing multiple people to work on the same codebase simultaneously.
It provides a way to revert to previous versions of code if necessary.
Popular version control systems include Git, SVN, and Mercurial.
based on 1 interview
Interview experience
Associate Software Engineer
14
salaries
| ₹2.3 L/yr - ₹5 L/yr |
Software Engineer
10
salaries
| ₹3.2 L/yr - ₹8 L/yr |
Software Developer
7
salaries
| ₹5.7 L/yr - ₹8.3 L/yr |
Senior Technical Lead
4
salaries
| ₹11.5 L/yr - ₹13.5 L/yr |
Senior Business Analyst
3
salaries
| ₹7 L/yr - ₹7.2 L/yr |
TCS
Accenture
Cognizant
Infosys