we use MainFrame and using os390 for operating system with
DB2 data base in IRAN and interest programing with java and
use webspere for world wide,please help me where i should
start?
No Answer is Posted For this Question
Be the First to Post Answer
What is private static final long serialVersionUID = 1L;
Is multiple try block is possible in single java Application......
How will the struts know which action class to call when you submit a form?
diff between jsp include directive and jsp action include?
How would you create a button with rounded edges?
JMS based on what technology?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
how to search the pertical objects in a Collections
What is RRL?
What must a class do to implement an interface?
What is synchronization?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!