Filter interviews by
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 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 Referral and was interviewed in Jun 2021. There were 5 interview rounds.
Top trending discussions
I applied via Walk-in and was interviewed in Feb 2022. There were 2 interview rounds.
All the maths
Can you send a Assignment
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.
Java full stack qusetions for freshers
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
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 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