Which is the Best institute to do academic Project in Java? Need information about institutes at Ameerpet, Hyderabad.
8 14199Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }
3 5365Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }
2137
What are the differences between Java 1.0 and Java 2.0?
What are advantages of using Java?s layout managers than windowing systems?
How to implement RMI in Java?
What is the form of storage space in java?
Explain the architectural relationship between JavaBeans and JTA?
What are the built in javascript functions available to customize your web template?
How to use XML DOM model on client side using JavaScript.
On a scale of 1 to 10 rate your proficiency in CSS, JavaScript, PhotoShop, Illustrator, Flash, ActionScript, HTML, DHTML.
What software do you use to build websites? Give me an example of a project that you built using JavaScript. What kind of functionality did you create?
how we can know the funcions available in a class recording java?
When JAVA will be mature ?
What is the relationship between Java and middleware?
What HTTP servers and Java servlet engine combinations are supported with PeopleTools 8.4?
For the servlet layer on the web server, what version of the Java Servlet API are the PIA Java Servlets coded to with PeopleTools 8.4?
Compare CORBA security with security of other distributed object computing frameworks such as Java RMI or DCOM?