Artficial language is provided which of the language?
Answers were Sorted based on User's Feedback
Write a program to create a process in UNIX
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)
How to merge Action Form with Dyna Action Form in Struts.
how to work search engine? plz detail answer me.
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
HTML is a subset of
How can we develop a multi-tier application in Java?
class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 Answers Cosmos, HyTech Pro, WinSoft,
what is web service in java? have u use before.
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
What are the Advantages of HashMap over Vector?