What is floating data type?
No Answer is Posted For this Question
Be the First to Post Answer
What is onClassLoader in java?
What is the difference between equals() and == in java?
Write a program to reverse a number in java?
What are init(), start() methods and whey they are called?
Why packages are used?
What is implicit object in java?
what do you mean by classloader?
What is exception and error? and what is the difference between them?
When will we prefer to use set and list in java and why?
Why java is secure? Explain.
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
What does flagged out mean?