Answer Posted / madhu,navin,sonia,venkat,sarav
because u got a company and a position vacant and u called
me to this interview for that position.................
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
smal talk is pure object oriented or not?
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
what is meant by life cycle of a business
Tag for turning an image into a hyperlink is
What is diffrent between Method and and function in c#
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
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?
Write a program to create a process in UNIX
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
How can we develop a multi-tier application in Java?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach