![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Latest Answer : In c,there are argc and argv.argc is passed to argv and argv is used to store characters.in java there is only args.we pass a String value to it. ... Latest Answer : if we want give information at runtime we use comand line args. ... LET US TAKE A CASE:IF I COMPILED A .JAVA FILE AND I GOT .CLASS FILE,SUPPOSE IF I TAKE .CLASS FILE IN LET US TAKE A CASE:IF I COMPILED A .JAVA FILE AND I GOT .CLASS FILE,SUPPOSE IF I TAKE .CLASS FILE IN A FLOPPY AND TRY TO RUN ON THE OTHER MACHINE,WILL THE SYSTEM REQUIRED JDK OR JRE. OTHER SYSTEM REQUIRED ONLY JDK NOT JRE,JDK IS A PART OF THE JRE(java run time enviornment) the latest version of java called as Tiger for further details check this site..http://master-in-java.blogspot.com/ View Question | Asked by : dipali View Question | Asked by : MahendraKumar Tell me o/p of the mentioned code fragment.String s1 = "shailesh";String s2="shailesh";System.out.println(s1.equals(s2));System.out.println(s1==s2); Answer is truetrueEvery time we make any string constant same memory referenced will be assigned if the string constant is same. That's why both obj. s1 and s2 refer to same memory. View Question | Asked by : Shailesh Latest Answer : java -version ... Can give answer to the folloing questionQuestion 2You are in charge of implementing a Grand Prix Car Can give answer to the folloing questionQuestion 2You are in charge of implementing a Grand Prix Car Racing Results system for a sports magazine, to be used for entering and processing data concerning each Formula 1 Grand Prix that has been run in the season.As you know, each driver is part of the team, and has a number. At the end of each race, the driver who arrived first is assigned 9 points, and the following five drivers receive 6,4,3,2 and 1 point each. Drivers who come in after the sixth Tags : RDBMS public: public keyword is an access speciferstatic :allows main to be call without any instance of a timevoid: does not return any valuemain: main() is the method where java Applications beginSting args[] View Question | Asked by : nirmala
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||