Difference between HTML and DHTML?
No Answer is Posted For this Question
Be the First to Post Answer
6.int x=10; float y=20; a=x%2=? b=y%2=?
iam confused among testing ,.net and java. can anybody help me.
what is encapulation?
define profiler???
Why we use NEW operator when we create Object,While in C++ we donot ?
what is session state?
4.Write a program to get the string in array and print that? or Without using loop print the array.
What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
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.
What is the difference between save and create method of activerecord?
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.