Filter interviews by
I applied via Referral and was interviewed in Jun 2021. There were 4 interview rounds.
A constructor is a special method that is 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 take parameters to initialize the object's state.
If a class does not have a constructor, a default constructor is provided.
Constructors can be overloaded to provide multiple ways to initialize an object.
JDBC Connection steps
Load the JDBC driver class
Establish a connection to the database using DriverManager.getConnection()
Create a statement object using the connection.createStatement() method
Execute the SQL query using statement.executeQuery() method
Process the ResultSet object returned by the query
Close the connection and statement objects using close() method
I applied via Walk-in and was interviewed in Oct 2021. There were 4 interview rounds.
IAptitude test of 25 questions in 30 min
We have to solve 5 programs in 45 mins
I applied via Referral and was interviewed in Jun 2021. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.
Class loader is a part of JVM that loads classes into memory during runtime.
Class loader is responsible for finding and loading class files.
There are three types of class loaders: Bootstrap, Extension, and System.
Custom class loaders can also be created.
Class loaders follow a delegation model to load classes.
Class loaders can be used for dynamic class loading and unloading.
Example: Class.forName() method uses class loa...
No, Java is not completely object oriented.
Java supports primitive data types which are not objects.
Java has static methods and variables which do not belong to any object.
Java also has the concept of interfaces which are not classes.
Example: int num = 10; is a primitive data type in Java.
I applied via Walk-in and was interviewed in Feb 2022. There were 2 interview rounds.
All the maths
I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.
It will have verbal communication part,mathematics and some reasoning are there in aptitude test
Some programs will asking based on questions we should answer it
We should discuss in group, which is having around 4 to 5 members team
I applied via Company Website and was interviewed in Apr 2022. There were 4 interview rounds.
Java script questions
My all groups members discussion to project
Javascript code test
based on 2 interviews
Interview experience
based on 10 reviews
Rating in categories
TCS
Infosys
Wipro
HCLTech