Which class cannot be a subclass in java?
No Answer is Posted For this Question
Be the First to Post Answer
how many types of Inheritance?
How will you load a specific locale?
What is the difference between static binding and dynamic binding?
How do constructors use this() and super()?
what is the use of declaring constructor as private?
5 Answers Cyient, IVY Technologies, Sai Softech, Virtusa,
What’s the difference between callable and runnable?
Define immutable object?
What causes memory leak in java?
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
What is indexof in java?
Why do we need singleton class?
How to split a string in java?