Can you instantiate the math class in Java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the prefix and postfix forms of the ++ operator?
What is primitive array?
what is difference between global methods and local methods?
How do you use, call, and access a non-static method in Java?
Is char a method 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 ..
Can we have two main methods in a java class?
What is difference between null and void?
how many design pattern r there? and wht design pattern u use and why ?
Why is singleton instance static?
tell me some common
Why is logger singleton?