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
No Answer is Posted For this Question
Be the First to Post Answer
what is sendredirect?
What does bitwise or mean?
Can we inherit inner class?
How to run a JAR file through command prompt?
What is the locale class in java programming?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?
Which is better stringbuilder or stringbuffer?
What is map in java?
What is meant by serialisation and deserialisation?
Which are the two subclasses under exception class?
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC