Question
What is javaserver pages (jsp)?

Answers

An extensible Web technology that uses static data, JSP elements, and server-side Java objects to generate dynamic content for a client. Typically the static data is HTML or XML elements, and in many cases the client is a Web browser.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q What FAMILY does short-tailed weasel belong to?
  • Q Access custom controller-defined enum in custom component?
  • Q What will the following code print ? String s1 = "Buggy Bread"; String s2 = "Buggy Bread"; if(s1 == s2) System.out.println("equal 1"); String n1 = new String("Buggy Bread"); String n2 = new String("Buggy Bread"); if(n1 == n2) System.out.println("equal 2");
  • Q How do the transition region width and contact potential across a p-n junction vary with the applied bias voltage?
  • Q Name at least five features that you can control for the sale document type?
  • Q Who elects the member of Rajya Sabha?
  • Q Is it possible to have Hadoop job output in multiple directories? If yes, how?
  • Q What is unusual about the crab eating seal
  • Q Which hand should hold the book?
  • Q Explain about arrays in vb script?
  • Q If the return type of a remote function is changed and the system is in the signature mode of the dependency checking, then does it cause the local procedure to be invalidated?