What is Java Package and which package is imported by default?
Answer / Mohammad Ubaid
A Java package is a namespace that organizes classes and interfaces to prevent naming conflicts. The default package does not have an explicit package declaration and contains the root directory of the project.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a flag and how does it work?
What is an example of a boolean?
what invokes a threads run() method? : Java thread
What is difference between iterator access and index access?
Is 0 an even number?
What does java stand for?
What is clipping and repainting and what is the relation between them?
why using interface interface ?
What is the difference between abstract class and interface?
What is the maximum size of hashmap in java?
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
What is the ResourceBundle?
2 Answers Elementus Technologies,