what is a package?
Answers were Sorted based on User's Feedback
Answer / shyam
package is a collection of related classes and interfaces.or
package is a nothing but directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a variable be local and static at the same time?
What are filterstreams?
What do the thread?class methods run() and start() do?
What is a numeric string?
Explain about fail safe iterators in java?
Are arrays passed by reference in java?
What is a singleton class in Java?
Can you override a private or static method in java?
How to sort an unsorted array in java?
What are Inner classes?
1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
Why can't we make jsp as a controller and action servlet in struts?