Why we used break and continue statement in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is void in java?
What is advantage of using threads?
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
What are the types of exceptions?
What is object-oriented paradigm?
Can there be an abstract class with no abstract methods in it?
why we use merge option in hybernate pls give a ex snippet
Why do we need public static void main(String args[]) method in Java...?
Write a program to show whether a graph is a tree or not using adjacency matrix.
whether java is fully object oriented language or partially object oriented language
How do I print a “?
System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0