Why java is a platform independent? Explain
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of file class?
What is a parameter example?
When would you use a static class?
Why you should not use singleton?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
What is t in generics in java?
What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
What is meant by inheritance and what are its advantages?
What is core java used for?
What is the difference between interface & abstract class?
Why set is used in java?
After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?