Why is java so popular?
No Answer is Posted For this Question
Be the First to Post Answer
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
Can we extend the String class?
How do you read a char in java?
When do we use hashset over treeset?
what is marker interface ? what is the necessity of it?
How do you ensure that n threads can access n resources without deadlock?
Howmany classes that package java.applet.* contains?
what is private constructor?what are the uses of writing private constructor in our program?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What is the need of transient variables in Java ?
What is integers and example?
Is singleton set an interval?