Is a method a procedure?
No Answer is Posted For this Question
Be the First to Post Answer
Why java is called not pure object oriented language?
What defines function?
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?
what is the difference between yielding and sleeping? : Java thread
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
What is collection class in java?
Explain about field hiding in java?
Difference between Encapsulation and Abstraction
What does += mean in java?
Where the CardLayout is used?
Explain the difference between extends thread vs implements runnable in java?
What’s meant by anonymous class?