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 |
Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.
How many types of list exist in the HTML
What do you mean by text editor?
3. What is the difference between testing and Quality Assurance?
There is a room with 1000 light switches, numbered 1, 2, 3, 4, ... 1000, all turned off. Outside the room there are 1000 men, numbered man1, man2, ...man 1000 In order, each man walks into the room and changes the position of each switch that is a multiple of his number. That is: man1 flips every switch man2 flips switches 2, 4, 6, 8 ....1000 man3 flips switches 3, 6, 9, ..... 999 ..... Man 1000 flips switch 1000 After all 1000 men are done, how many switches are on?
Which tag is used to create table row
we can use parameters in cl and rpg pgms...etc.in particular i think when we use data area or datastructure or data queue .i think this means which one====in my question...parameters cannot be passed in which one????hope understand my qstn???
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
Write a Pseudo Code to find the angle between two hands of a clock for a given time.
what is the difference between a looping statement and a decision statement
What is the entry point function of a DLL?
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.