What does next mean in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of join method?
What is fundamental datatype?
Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)
when,where and how to use abstract class and interface
What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?
Write a code to show a static variable?
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
Can you give few examples of final classes defined in java api?
What is the final method?
What are the features of java?
Read data from console and print in one file. That would be in C:\temp ? Thanks, Bose
3 Answers Oracle, Surya Software,
Which methods cannot be overridden in java?