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 can you find out how much memory is available?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Can we declare variables anywhere in c?
What is the purpose of void pointer?
What are the types of unary operators?
Is javascript written in c?
What is the use of pragma in embedded c?
How can I split up a string into whitespace-separated fields?
What is the difference between union and anonymous union?
What is the main difference between calloc () and malloc ()?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
In a switch statement, explain what will happen if a break statement is omitted?
Write a program for finding factorial of a number.
What is a static variable in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational