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 6184When 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 16977In 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 107755
Is .net better than java?
What do you understand by overloading and overriding in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is string made of?
What is qms certification?
Is integer a class?
Is ++ operator thread-safe in java?
What are JVM.JRE, J2EE, JNI?
What is the purpose of the System class?
What is meant by data hiding in java?
What is the purpose of a transient variable?
How do you use find and replace?
Explain the difference between abstract class and interface in java?
Write a factorial program using recursion in java?
What are the types of inner classes (non-static nested class) used in java?