Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) 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
1 1914what is the main reason for developing struts? what is advantages over Basic MVC architecture based JAVA Application?
1 48791.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
TCS,
1 3255Write a program for Sum of the digits for a given number Ex: suppose user entered Number is 1214, It should calculate the above number like 1+2+1+4 = 8
2 7403Write a program to display numeric value in reverse order. Ex: I have given a number like 7584, It should display in reverse order like 4857.
6 9077write a program, when a statement is entered, it should display in reverse order. Ex: Statement is "I am writing program in reverse order". Output should be like "order reverse in program writing am I".
4 11089Why are the destructors for base class and derived class called in reverse order when the program exits
HCL,
1 2307abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }
3 14196
What is java string pool?
What is lazy class?
Differentiate between static and non-static methods in java.
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is the difference between equals() and == in java?
What is the java api?
How does java handle integer overflows and underflows?
What is action chaining ?
What is an object in java and how is it created?
Write a program to find the whether a number is an Armstrong number or not?
Explain public static void main(string args[]) in java.
How is declarative handling of exceptions done in struts ?
explain different ways of using thread? : Java thread
What is difference between @controller and @restcontroller in spring?
What is latest hibernate version?