How to convert string to int in java?
"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 |
Can I override protected method in java?
what is the difference between abstract class and Interface?where we can use it in realtime projects?
23 Answers Agile Software, Cognizant, IBM, Innodata, Logica CMG, Mitosis, Nagarro, Value Chain,
why are there separate wait and sleep methods? : Java thread
Will set allow duplicates in java?
What is the size of integer?
What are green threads in java?
what are the differences between java and .net?..why u choose java?
Enlist few advantages of inheritance?
Why main function is static?
What is object data type?
What is palindrome in java?
What happens if an exception is throws from an object's destructor?