Is 0 an irrational number?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between private, public, package and protected in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
how you will prevent inheritance is there any other way other than inheritance?
Why is sizeof not a function?
What is the difference between superclass and subclass?
what is servlet filter?
What are advantages of exception handling in java?
What is classes in java?
Why we used break and continue statement in java?
write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.
What is the default value of byte datatype in java?
What is the difference between pass by reference and pass by pointer?