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
1901what is the main reason for developing struts? what is advantages over Basic MVC architecture based JAVA Application?
1 48681.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,
3246Write 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 7383Write 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 9034write 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 11066Why are the destructors for base class and derived class called in reverse order when the program exits
HCL,
2291abstract 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 14159
What is the use of flatmap?
What is optional in java 8? What is the use of optional?advantages of java 8 optional?
Does WebSphere Application Server support Microsoft NTLM?
What are different ways to achieve spring ioc?
What Is Composition?
What do you mean by servlet context?
How to use Media tracker Class.
What is data object example?
What do you mean by two phase commits?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What is string made of?
How to add menushortcut to menu item?
What is the procedure to configure jms security?
what is difference between equals and ==?
How to convert struts to spring mvc?