What is a module function?
Which sorting is best in java?
What is the difference in between cpp and java? Can u explain in detail?
Explain Method Overloading in Java.
How java is similar to c?
Why Over riding is Run Time Polymorphism?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What is the difference between variable declaration and variable initialization?
What is a short in java?
Can a constructor have different name than a class name in java?
Write a program to find the greatest of three numbers in java?
Can we cast any other type to boolean type with type casting?
what is data binding? give the example