Filter interviews by
Top trending discussions
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
posted on 6 Nov 2015
I appeared for an interview before Jun 2016.
I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.
I appeared for an interview in Dec 2022.
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
based on 1 review
Rating in categories
Senior Software Engineer
28
salaries
| ₹5.8 L/yr - ₹19 L/yr |
Information Technology Recruiter
26
salaries
| ₹1.5 L/yr - ₹4.8 L/yr |
Associate Consultant
23
salaries
| ₹2.9 L/yr - ₹3.5 L/yr |
Salesforce Developer
15
salaries
| ₹1.5 L/yr - ₹3.6 L/yr |
Senior Test Engineer
15
salaries
| ₹8 L/yr - ₹18 L/yr |
HCL Infosystems
Accel Frontline
Diverse Lynx
Pitney Bowes