Answer Posted / kartik kudada
There is no need to import java.lang package, it implicitly
available to java file whereas it is mandatory to import
java.util explicitly .
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
Give us a program to check for parenthesis matching using stack.
What are kinds of processors?
Define a java class.
What is the difference between class & structure?
When throws keyword is used?
Explain wait() method of object class ?
What are aggregate functions explain with examples?
What are different types of expressions?
What is externalizable?
Where is the find and replace?
What will be the initial value of an object reference which is defined as an instance variable?
What is array length in java?
Explain oops concepts in detail?
what is the volatile modifier for? : Java thread
Write a program to check string is palindrome without using loop?