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
Why is string builder not thread safe?
what is the significance of listiterator in java?
What is == and === in javascript?
Explain notifyall() method of object class ?
What is a void in java?
Is it possible to use string in the switch case?
How can you write a loop indefinitely in java programming?
What is thread synchronization in java?
What is a boolean used for?
What is connection class in java?
What is an object’s lock and which object’s have locks?
Can main() method in java can return any data?
What is the difference between actual and formal parameters?
Explain about join() method?
Explain importance of inheritance in java?