How many bits does a boolean take?
what is business delegate?
Why chararray() is preferred over string to store the password?
What steps are taken when the OS shifts from one-thread execution to another?
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 anti pattern in java?
What is meant by overloading?
Is space a character in java?
Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What are the object and class classes used for?
explain the concept of inheritance with an example?
State the difference between strings and arrays.