Answer Posted / vinay
Java is platform independent because after compiling
the .java file is converted to .class file. this .class
file is byte code which is platform independent...
Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What causes memory leak in java?
What does the “final” keyword mean in front of a variable? A method? A class?
Why can't we override private static methods?
difference between byte stream class and character stream class?
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 the meaning of immutable regarding string?
Why are global variables used?
What does this () mean in constructor chaining concept?
Why does java doesnt suuport unsigned values?
Why java is considered dynamic?
What is an object in java?
Is ruby built on java?
Why is multiple inheritance not supported in java?
What modifiers are allowed for methods in an interface?
What are the data types supported by java? What is autoboxing and unboxing?