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 |
what is filters and its use?
What is the purpose of garbage collection in java?
What is the difference between stored procedure & function?
Does treeset use compareto?
What is a line separator in java?
What is multiple inheritance & can we implement it in java?
What data type is a string?
What is a super method?
What are the two categories of data types in the java programming language?
What is a boolean structure?
What are the new features in java 8? Explain
why java is platform independent?