Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package pack1;
- import javax.ejb.Remote;
- @Remote
- public interface NeueSessionBeanRemote {
- public int addiere (int s1, int s2);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement