Answer Posted / suganthi
Package are container for classes that are used to keep the
class name space compartmentalized.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between member variables initialization and assignment in a constructor?
Why does java not support operator overloading?
what do you understand by synchronization? : Java thread
Write a program to print the pattern given below
Can anonymous class have constructor?
Is upper case in java?
Which is better stringbuffer or stringbuilder?
What is an example of character?
Explain about strings in java?
What is the reflection?
Why string objects are immutable in java?
Can we force the garbage collection to run?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Can one thread block the other thread?
Differences between external iteration and internal iteration?