Write a java program to check if a number is prime or not?
No Answer is Posted For this Question
Be the First to Post Answer
Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.
Is the milky way in a void?
How does compareto work in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?
What is string array?
What types of inheritance does Java support?
What is the difference between delete and delete[]
what are synchronized methods and synchronized statements? : Java thread
How does sublist works in java?
how would you implement a thread pool? : Java thread
What does super()represent, and how is it used in Java?