| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
3 comments so far (post your own) View All Comments Latest 10 Comments:class compare{
public static void main(String[] args){
int a = 20;
int b = 40;
if (a<b){
System.out.println(a);
}
else{
System.out.println(b);
}
}
}
Note: output should come 20.
Posted by niranjan on Thursday, 08.14.08 @ 12:13pm | #72796
Try give program with the appropriate results.
output you had given is wrong.
Posted by niranjan on Thursday, 08.14.08 @ 12:12pm | #72795
I am a java programming language teacher in DBU,Ethiopia. and it helps me more and more and I like it simple and understandable approach
Posted by Zeleke A. on Thursday, 03.27.08 @ 20:57pm | #54516