it is a language or tools?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Urgent Pointer
What are the other ways to create an object with out calling new keyword in java?
WHat is execution in manual testing and when will we start execution and what language we use in execution
cgi stands for
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
why we use abstract in awt?
3.Give the formula for determine the range of the data type?
Write a shell program to test whether a given year is leap year or not ?