What is lossy conversion in java?
No Answer is Posted For this Question
Be the First to Post Answer
What does n mean in java?
What are the 3 types of loops in java?
Explain garbage collection in java?
How hashmap works in java?
Explain the difference between map and flatmap stream operation?
what is platform independence in java?
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 is difference between c++ and java ?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Can we execute a program without main?
What is constructor
9 Answers Manforce, Tech Mahindra,
which one the better thread emplemented thread or extended ?