What is externalizable interface?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the term virtual machine?
how to print a numbers from 1 to 100 with out using control structures?
What is difference between Heap and Stack Memory?
Can an unreachable object become reachable again?
Which api is provided by java for operations on set of objects?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
How do you do descending order in java?
What is the use of System class?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is the collections api?
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.
Does every java program need a main?