what are two categories of clint-server application
development ?
Answer / mayank
There are two categories of clint-server application
development.
1)Applet: client side application
2)Servlet: server side application
| Is This Answer Correct ? | 0 Yes | 1 No |
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is oops c?
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
What is the ANSI C Standard?
What is the newline escape sequence?
What is the best way to comment out a section of code that contains comments?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
What is the diffrent between while and do while statement ?
what is mallloc()?how it works?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4