|
|
|
J2EE
|
Text Field Midlet Example
This example illustrates how to insert text field in your form. We are using here two TextField (name and company). We are taking both TextField variable in to the constructor (TextFieldExample) of the class.
View Rating |
|
|
J2EE
|
J2EE interview questions page1
What is J2EE?
J2EE is an environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application programming interfaces (APIs), and protocols that provide the functionality for developing multitier,
View Rating |
|
|
J2EE
|
J2EE Interview Questions -2
Question: What is Deployment Descriptor?
Answer: A deployment descriptor is simply an XML(Extensible Markup Language) file with the extension of .xml. Deployment descriptor describes the component deployment settings. Application servers reads the deploy
View Rating |
|
|