What is bigger kb or mb?
No Answer is Posted For this Question
Be the First to Post Answer
What is java virtual machine? Explain
What is difference between add() and addelement() in vector?
Explain naming conventions for packages?
What is final variable?
How do you create a method in java?
Can applet in different page/s communicate with each other?
Does google use java?
What is the difference between stringbuffer and stringbuilder?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
How can we get one Interface methods whit out using implementation of interface
Can we make the abstract methods static in java?
how can u create the object with out new operator