Answer Posted / 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 |
Post New Answer View All Answers
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
Write a program to find whether a given number is prime or not.
Explain three modes in which files can be accessed from python program
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
Differevce between arrays and array builders?
How do you initialize a static member of a class with return value of some function?
Code for display the images from drive using vb 6.0?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
what are resources in case of Threads
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
Define distributed queries. can you explain me as soon as possible
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
sample and simple coding where we get?