What are java packages? What's the significance of packages?
No Answer is Posted For this Question
Be the First to Post Answer
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,
What are the limitations for static method?
What data structures are used to perform recursion?
0 Answers Akamai Technologies,
What will happen if we cannot mention "finally" in Java Program ???
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
why do we use interface in java?
What is static data type in java?
Real Time sample code for Encapsulation and Abstraction. where to use abstract and where to use specifies like public private.
How many types of packages are there in Java?
what is inner class in java?
What do you mean by boolean?
What do u mean by wrapper Class? What do u mean by Jvm... How do u change JVM for other OS? Or No need to Change ...? its like tricky