What is meant by manifest files ?

Answers were Sorted based on User's Feedback



What is meant by manifest files ?..

Answer / pkr_reddy

manifest file is the configuration of the javabean
application document.
open the note pad and write manifest file.
like this

manifest-version :1.1
name :test.class
java-bean:true and save as filename.mft

Is This Answer Correct ?    3 Yes 2 No

What is meant by manifest files ?..

Answer / suresh nalawade

manifest-version :1.1
Name: test.class
Java-Bean: true

and save as filename.mft

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More EJB Interview Questions

Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?

0 Answers  


Name the attributes of javax.ejb.ejb.

0 Answers  


What is enterprise bean provider?

0 Answers  


Write down the steps for the creation of stateless ejb.

0 Answers  


Explain the difference between, Java Class and Bean?

3 Answers  






Are entity beans allowed to create() methods?

0 Answers  


What are the differences between ejb 3.0 and ejb 2.0?

0 Answers  


What is BDK?

3 Answers  


Using Container managed entity bean, how an entity bean can be created?

1 Answers  


In EBs the DB state is more consistent than SBs why?

1 Answers  


What is session bean?

0 Answers  


can we have static initializer blocks in EJB?

1 Answers   Reliance,


Categories