How many packages available in java??
Answers were Sorted based on User's Feedback
Answer / jagriti sharma
There are more than 100 packages are there in java.Every
day the developers are creating and generating the
packages.and also they are modifying the packages.
| Is This Answer Correct ? | 37 Yes | 19 No |
Answer / ramakanth
There are exactly 128 packages in java,
The developers will not add any more packages,
because 128 packages are enough for Developing any application
| Is This Answer Correct ? | 8 Yes | 6 No |
Answer / nageswarao
Java1.02 –> 250
Java1.1 –> 500
Java(2-4) –> 2300
Java5 –> 3500
Java6 –> 3793
Java7 –> 4024
Total No of Packages :
Java6 –> 203
Java7 –> 209
| Is This Answer Correct ? | 2 Yes | 2 No |
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
what are all the validation we need to perform in data stage?
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
what is the use MDM(Master Data Management)and meaning
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
details description on this mantis? who is founder of this mantis?
how we define two jobs have same name??is it exist??
What are the five tracing levels in System.Diagnostics.TraceSwitcher?
What is the requirement in MIMD ?