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 17139In 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 108880
What is the difference between numeric and integer?
List the features of java programming language.
What is better - 'bit-shift a value' or 'multiply by 2'?
how we can create packages in java?
What does || || mean in math?
Explain the scope of a variable.
Which is better ascii or unicode?
Can we create our own wrapper class in java?
What are different types of references?
Explain about object oriented programming and its features?
How many types of design patterns are there?
Explain java coding standards for interfaces?
What is difference between static class and normal class?
What is yield () in java?
What are the advantages of user defined functions?