informix - I have a query in java -


what parseint exactly? because second argument roll no. not parsed third argument marks , parsed . why so?

a string cannot used int. parseint can convert string int.

public class program {  public static void main(string[] args) {  string value = "1000"; // parse parseint: string can negative. int result = integer.parseint(value); system.out.println(result); system.out.println(result + 1); 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -