Hi guys this program is giving a runtime error in Java…The code is full correct and no compilation error?

import java.io.*; public class JavaApplication { public static void main() throws IOException,NumberFormatException { BufferedReader bis=new BufferedReader(new InputStreamReader(System.in)); System.out.println(“Please enter ur sex or gender”); char g=(char)bis.read(); System.out.println(“Enter ur age”); int age=Integer.parseInt(bis.readLine()); int total=; if(g==’M’ || g==’m’) { if(age>) { total=+; } else if(age>) { total=; } System.out.println(“Gender= ” + g +” and age = ” + … Read more

According to you what thing would be next in Social Networking..?

Be Frank…..Type anything which you think would be the next according to you..!! ✅ Answers ? Favorite Answer It is updating day by day and i think it is very helpful in many field like you can search job,correct person for marriage,solve your problem because there are many groups available regarding different different fields.You can … Read more

The Java programming language is a high-level language that can be characterized by all of the following buzzw?

*Simple *Object oriented *Distributed *Interpreted *Robust *Secure *Architecture neutral *Portable *High performance *Multi threaded *Dynamic *Cross-Platform Explain the meaning of each of these buzzwords. ✅ Answers ? Favorite Answer Simple – many high level languages encapsulate tedious tasks into easy to understand implementations, Java is one of them Object oriented – the programming paradigm whereby … Read more