In which language java is written?
No Answer is Posted For this Question
Be the First to Post Answer
How to sort array of 0 and 1 in java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What are uses of Hash Code?
java is fullu object oriented or pure? why?
How we can execute any code even before main method?
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
Can we use string in switch case in java?
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?
Why set is used in java?
Which is bigger float or double java?
How finally used under exception handling?
What is an association?