Answer Posted / 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 |
Post New Answer View All Answers
How to set fixed width in particular
the systematic access of small computers in a distributed data processing system is referred as?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
what does mean and stack mean in genral programming?
what are the differences between CONS, LIST, and APPEND
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?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
When will you use shell script/Perl ahead of C/C++?
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
What's the difference b/w Table & Templete in Smartform?
What is WEB 3.0? What are the features their in WEB3.0
how to display xisheet in list box in c# .net