what are two categories of clint-server application
development ?
Answer Posted / 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 |
Post New Answer View All Answers
how to introdu5ce my self in serco
What is meant by recursion?
List some of the dynamic data structures in C?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
to find the closest pair
Do you know the difference between malloc() and calloc() function?
What is the use of extern in c?
Explain goto?
What is a 'null pointer assignment' error?
What is pointers in c?
differentiate built-in functions and user – defined functions.
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
C program to find all possible outcomes of a dice?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above