Answer Posted / kanchan
2 types
1>ordered list
2>unorderd list
| Is This Answer Correct ? | 3 Yes | 0 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?
what is throws keyword
Diff between IF and where ?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
diffrence between oracle apps , .NET , SAP
details description on this mantis? who is founder of this mantis?
Please describe an example where you used object orientation in one of your programs.
What is BASIS
how will you code the subfile which is in editing mode (multiple case subfile)?
WHat is execution in manual testing and when will we start execution and what language we use in execution
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
What is the meaning of client-server application. The purpose of Client-Server Application. with description.