Answer Posted / 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 |
Post New Answer View All Answers
what is delegate and delegation model give the real live example on delegate model
can any one suggestion me present which course(except java,.net) has huge demand in the market?
When will you use shell script/Perl ahead of C/C++?
What is the purpose of
what is woransient key word? how it is used in java
Explain three modes in which files can be accessed from python program
sample and simple coding where we get?
what are other resources are needed for this mantis?
what does mean and stack mean in genral programming?
code for connection from windows forms to sql server
it is a language or tools?
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?
can we retrieve only integer/String type columns from a table,if yes how?
Define distributed queries. can you explain me as soon as possible
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?