Explain some best practices you would apply while using collection in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is keyword and identifier?
Which method cannot be overridden in java?
What are the drawbacks for singleton class?
What for read() function?
How do you print array in java?
Which collections are thread safe 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 ..
Is static a keyword in java?
is java support call by reference and call by value, if supports please explain?
If a variable is declared as private, where may the variable be accessed?
Define an applet in java?
How to perform merge sort in java?