What is a line break example?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between static binding and dynamic binding?
Can a singleton class be inherited?
how to transactions(Bank transactions) in business process in ejb?
What is the syntax and characteristics of a lambda expression? Explain
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
How will you convert an ArrayList to Arrays?
What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
Can a constructor be protected?
What do you understand by final value?
What is unicode used for?
What is an object in Java and what are its benefits?
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why