Answer Posted / hrindows@gmail.com
"class Scratch{
public static void main(String[] args){
String str = ""50"";
System.out.println( Integer.parseInt( str )); // Integer.parseInt()
}
}"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
For class CFoo { }; what default methods will the compiler generate for you>?
Explain heap sort?
Can a source file contain more than one class declaration?
What is the difference between serializable and externalizable interfaces?
Is 0 a real number?
What are the super most classes for all the streams?
When arithmeticexception is thrown?
Does collectionutils isempty check for null?
What do you understand by abstract classes?
What is a dynamic array java?
How do you add an element to an arraylist in java?
Explain the difference between extends thread vs implements runnable in java?
What is ascii code?
Explain features of interfaces in java?
Can we assign integer value to char in java?