+ 1
Can anyone explain to resolve the error in the below code at line 5 ?
3 ответов
+ 7
bro where is psvm(){}
and..
if you used try catch statement so why used throws keyword??
there is not LnetAddress class in java
there is InetAddress class
+ 4
You forgot to give your function a name, without that the compiler doesn't know what it is. Maybe you meant "main"?
+ 2
ohhh. okay and thank you very much