If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
KPIT,
2 6399When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
5 17337In Java why we write public static void main(String args[]) why not main()?
Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,
46 110141
Can we make a constructor final?
Where pragma is used?
Can a class be defined inside an interface?
Why lambda expression is used in java?
What are design patterns and please explain?
What are exceptions
Is node a data type in java?
What is an i/o filter?
What is a linkedhashmap java?
Can we have return statement in finally clause? What will happen?
What is class array in java?
When should you use arraylist and when should you use linkedlist?
What is the purpose of abstract class?
What is final keyword in java? Give an example.
What is difference between pointer and reference?