Question
Why Java is a preferred technology for Web Applications ?

Answers

Web application involves dealing with multiple requests and thread and hence deals with lot of memory allocation and de allocation. Hence Java with its intrinsic capability of Garbage collection offer a perfect platform.   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 Could somebody suggest how to identify pentacyclic triterpenes?I isolated several different pentacyclic triterpenes from a plant source. I am sure they are all known but I am still trying to identify them with only proton and carbon NMR. I find it is very difficult to pin down their identities. Does anyone have any suggestions with how I can use the NMR data more efficiently for the identification process?
  • Q How can the classification of climate based region be done-
  • Q Can you explain packet filtering firewall?
  • Q The defense of the poetry is the work of
  • Q Perform a Browser Redirection from a JSP Page.
  • Q What is b surface?
  • Q How To Add Column Headers to a Table?
  • Q Can we control the web browser controls zoom
  • Q Expand ND
  • Q Where is INS Shivaji?
  • Q #define MAN(x,y) (x)>(y)?(x):(y) {int i=10; j=5; k=0; k=MAX(i++,++j); printf(%d %d %d %d,i,j,k); }