Answer Posted / vijayakumar chinnasamy
If the client is outside of ejb conatainer then use the
remote interface to specify the business methods.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Can there be an abstract method without an abstract class?
Can an interface implement another interface?
What is class array in java?
What comes to mind when someone mentions a shallow copy in java?
What is parsing and its types?
What is class and object in java?
What is the use of static methods?
What is the purpose of the system class in java programming?
Can we call thread start () twice?
What is a substring of a string?
How many bits is size_t?
What is class and its types?
What does s mean in regex?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What does escaping a character mean?