Answer Posted / somanath mishra
Firm ware is the combination of hard ware and software.
For ex.Bios is a software
which holds the hardware Romchip
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we develop a multi-tier application in Java?
Which method protects back button to retrieve old value from previous page in Struts.
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
what is the difference between Windows application and Unix application?
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
How to set fixed width in particular
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
what is integration testing in real time applications?
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
Explain the types of operations? Draw the figure for shift and rotate operations?
will it allow to add same value in HashMap class.
any drawback are there in mantis?
what is woransient key word? how it is used in java
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...