How to compare two strings in java program?
No Answer is Posted For this Question
Be the First to Post Answer
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
why string is not taking as primitive datatypes but we r taking it as a class? why explain it?
What is preparedstatement in java?
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
What are thread safe functions?
different between exception and error? explaim check and uncheck exception
What is a ternary operator in java?
How can you read an integer value from the keyword when the application is runtime in java? example?
How many bytes are a float?
What are methods of a class?
Explain the difference between static and dynamic binding in java?
How to reduce flicking in animation?