What is the difference between choice and list?
No Answer is Posted For this Question
Be the First to Post Answer
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
Why do we need to override equals() and hascode() method of object class?
I want to persist data of objects for later use. What is the best approach to do so?
Name the method that is used to set a TextComponent to the read-only state?
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.
What do you mean by data type?
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
What is the largest long allowed by java?
Why does java have different data types for integers and floating-point values?
What is unicode datatype?
What's the difference between comparison done by equals method and == operator?
how does multithreading take place on a computer with a single cpu? : Java thread