Why is java multithreaded?
No Answer is Posted For this Question
Be the First to Post Answer
Why java doesn’t support multiple inheritances?
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
Which one will take more memory: an int or integer?
Why is it called a string?
what are literals in java?
What is the difference between the file and randomaccessfile classes?
Is java util list serializable?
Is alive in java?
What is class forname used for?
Is 0 an even number?
Is overriding possible in java?