What is character in data type?
No Answer is Posted For this Question
Be the First to Post Answer
What does mean in regex?
How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?
How many techniques can be employed to create a string object?
What are the differences between path and classpath variables?
What do you mean by global variable?
Whats the difference between notify() and notifyall()?
How to provide security in java
0 Answers Infosys, TCS, Tech Mahindra,
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 ..
describe synchronization in respect to multithreading? : Java thread
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is public static?
What is the life cycle of Servlet?