what are two categories of clint-server application
development ?



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

Post New Answer

More C Interview Questions

what are you see during placement time in the student.

0 Answers   Goldman Sachs, TCS, Tech Solutions,


What are type modifiers in c?

0 Answers  


b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720

1 Answers   HCL,


how to go with this?

1 Answers   Wipro,


What is calloc()?

0 Answers   Adobe,






What is 1d array in c?

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  


which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%

4 Answers  


What are c header files?

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


how memory store byte

4 Answers   Huawei,


What are the characteristics of arrays in c?

0 Answers  


Categories