Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are types of Java applications?

Answer Posted / manish kushwaha

Basically Java Applications can be 4 types
1) Standalone application(like Microsoft office)
Technology:core java
2) Client Server application(like yahoo chat)
Technology:core java and web technology
3) Web Application(like orkut, facebook etc)
Technology: Servlet, JSP, Struts, Hibernate etc.
Any web server is required to run this application
like TOMCAT
4) Distributed Application (like banking application)
Technology: EJB application
Any Application server is required to run this
application like JBoss, Weblogic etc.

Is This Answer Correct ?    105 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between object and reference?

1116


Can bool be null?

934


What is the difference between Java1.4 and Java1.5

2254


What is a key in java?

933


How a string is stored in memory?

960


Is a string literal?

1004


How do I start learning java?

1006


What is the Difference between Final Class && Abstract Class?

1027


What is sorting in java?

931


What are the methods of object class ?

999


Are arrays immutable in java?

1005


Can you make a constructor final in Java?

1064


String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?

925


What is the use of hashmap in java?

1027


Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?

1035