Programming Code (840)
Scripts_Markup Code (257)
how to pass data between pages using Frames
Write a python program to check common letters in two input strings?
What output does this program generate as shown? Why? class A { A() { cout << "A::A()" << endl; } ~A() { cout << "A::~A()" << endl; throw "A::exception"; } }; class B { B() { cout << "B::B()" << endl; throw "B::exception"; } ~B() { cout << "B::~B()"; } }; int main(int, char**) { try { cout << "Entering try...catch block" << endl; A objectA; B objectB; cout << "Exiting try...catch block" << endl; } catch (char* ex) { cout << ex << endl; } return 0; }
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
Can we change the validator-rules.xml for our own validations in struts??
How many digit have a Polaris 1995 300c.c. 2x4 nad how many have a Polaris 2007 300 c.c 2x4? And what site I can check this information???
how to create Expandable and Collapsible Menus
Write a python program to count the number of vowels in a string?
What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
What are XML Namespaces?
write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??
How a web page can communicate with a web server while a user type characters in an input field.
Code for Two Classes for Doing Gzip in Memory?
I am trying to pass the string firstName from a Servlet called SampleServet. I am running this on eclipse and it tells me that "the value for annotation attribute must be a constant expression. I don't understand why it is giving me this error. @PersonAnnotation(name = SampleServlet.firstName) public class AnnotationClass{
find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.