What is ‘is-a ‘ relationship in java?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
How would you convert bytes to string?
When throws keyword is used?
What is byte code and why is it important to java’s use for internet programming?
What is array and arraylist in java?
What is the difference between equals() and?
What is the size of int in 64-bit jvm?
What do you understand by the term singleton?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
What is serializable interface?
13 Answers Infosys, Probity Soft, Seed Infotech,
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
Why are data types important?