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 6284When 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 17138In 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 108871
Can we overload the methods by making them static?
Why call by value prevents parameter value change?
What is the access scope of a protected method?
How many days will it take to learn java?
What is difference between array and vector?
What are the major drawbacks of external iteration?
When should I use stringbuffer?
What are bind parameters?
How to sort elements in a parallel array in java?
How do you sort a string in java?
What is the replace tool?
What is the use of inner class?
What do you mean by JVM?
In java, how many ways you can take input from the console?
What are the escape sequences in java?