GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Programming  >  Java
Go To First  |  Previous Question  |  Next Question 
 Java  |  Question 749 of 936    Print  
explain the compilation and execution of ejb application?

  
Total Answers and Comments: 0 Last Update: February 18, 2007     Asked by: bhargavi 
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

Latest Answer : Yes. Because Swing uses light weight components. Light weight components are the components which are independent of platform and are written in Java. ...

Latest Answer : java program contains 2 elements code and dat. so the mechanism that binds data and code together is Encapsulation. which is also called information hiding or protecting. Encapsulation is used to hide the implementation behind interface(API). ...

Latest Answer : inheritance is an OOPS concept by which a class can acquire the characteristics of another class.The class from which its inheriting is called base class  and the class which is inheriting is called sub class.class demo1{}class demo2 extends ...

Latest Answer : Polymorphisn means---One name many form.2 type:Compile time:Overloding.Run time:Overriding.ex.Overloading.class A{ int add(int a,int b) { } float add(float a,float b) { }}Both using same name but diff. arguements i.e overloading is related to ...

Latest Answer :        Compilation unit converts the source code into byte code(i.e., into machine independent code) ...

Latest Answer : Listeners are created by implementing one or more interfaces defined by the java.awt.event Package.Commonly used Event Listener Interfaces: 1.ActionListener : This interface defines the actionPerformed(). It is invoked ...


Latest Answer : C++ : partially support the OOP(Object Oriented Programming) concepts .java: fully support the OOP concepts.          without using class we can write program in C++. But in java we can't.  ...

Latest Answer : Cookies are the one mechanism of Session Tracking means knowing about from which user request is coming. In this mechanism details of the user to recognize him is maintaining at the client side only that's y we can't maintain the security if you use ...

Latest Answer : public--Can be invoked from anywhere.static--Invoked by class,no need of object.void--Cant return anything.Main--method name i.e used to start the execution of prg. ...


 Sponsored Links

 
Related Articles

Service Oriented Java Business Integration Review

Service Oriented Java Business Integration Review Introduction If you ve read through the texts which give you an introduction to SOA or Web Services you will often find them to be quite frustrating and the reason for this is because they spend too much time referencing business processes which are
 

Microsoft AJAX Library - JavaScript Execution Context

JavaScript Execution Context In this section we ll take a peek under the hood of the JavaScript closures and the mechanisms that allow us to create classes objects and object members in JavaScript For most cases understanding these mechanisms isn t absolutely necessary for writing JavaScript code&am
 

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

Application Development in .NET

ASP NET 2 0 Tutorials Application development in NET Client Side Application Development Client applications are applications that run on the client system or the desktop of the user They are closest to the traditional windows based applications and they display forms or windows on the desktop enabl
 

N-Tier Application Partitioning

N Tier Application Partitioning Application partitioning is a vital process as it provides one with the opportunity to clearly define an even distribution of an application s presentation process and key data components without which you may find yourself feeling quite lost The components may be dis
 

N-Tier Application Manageability

N Tier Application Manageability While it is a fact that N Tier applications tend to provide almost limitless scalability the desire to change or add new forms of functionality can present a challenge in more than one arena Growth on a large scale can make capacity planning quite hard When available
 

Java and Client Server Models

Java and Client Server Models The Role of Client Servers on the Web Client server models provide the essential mechanisms for working with the Internet In fact most of the World Wide Web is built according to this paradigm In client server models the web browsers run by millions of users are the cli
 

Explain about TNSPING

You can also use tnsping utility on command prompt to check Oracle Net connectivity. Follow these steps to check the connection to particular SID. Open Command prompt. Write tnsping < SID for the database connectivity you want to check > If you get the message “Used TNSNAMES
 

Application Frameworks in SQL Server 2005

The new application framework of SQL called the Service Broker is a distributed application framework that provides relable asynchronous messaging at the database to database level. It allows internal and external processes to exchange streams of reliable asynchronous messages using extensions of T-
 

SQL Programming

SQL Programming Overview Anybody who has done something for a long time has probably wanted to change how things work at some point or another. A worker at a mill might have found a more efficient way of cutting logs, or a mathematics teacher might have had a hand in changing a school’s al
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape