Answer Posted / ankit chauhan
ya java hi platform independent language bcoz in java there is a facility to translate source code to byte code due to byte code it is possible to run java application to any platform thats why java is called platform indipendent
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the meaning of variable in research?
What is difference between hashset and hashmap in java?
What does this () mean in java?
Can private members of a base class are inheritable justify?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Why we used break and continue statement in java?
Explain about core java?
Difference between class#getinstance() and new operator ?
Can we restart a thread already started in java?
What methodology can be employed to locate substrings inside a string?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is use of static method?
How is string immutable in java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What is runtime polymorphism or dynamic method dispatch?