What is difference between static class and singleton pattern?
No Answer is Posted For this Question
Be the First to Post Answer
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 function and method in java?
What is default exception handling in java?
What is void data type?
How do you override a variable in java?
What is diamond operator in java?
Why use string handling in Java?
Can we call the Thread.sleep in Synchyronozed block?
What is the alternate of 'Inheritance' ?
Can you pass by reference in java?
how can we synchronize Hash map?
How can we make sure main() is the last thread to finish in java program?