Answer Posted / guest
The iif is shortcut of if endif.
and the if else endif is use in the more type condition or
two options. so iif is shortly to use without if else endif.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
When we use Windows authentication mode
What is the purpose of
can any one suggestion me present which course(except java,.net) has huge demand in the market?
Delta 5 weight scale not connect with oracle application what i can do?
can we retrieve only integer/String type columns from a table,if yes how?
What is WEB 3.0? What are the features their in WEB3.0
What is the entry point function of a DLL?
what is the difference between Windows application and Unix application?
iam confused among testing ,.net and java. can anybody help me.
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
what does mean and stack mean in genral programming?
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)