Home Tutorialhelp Allcomments Java Beginners Leapyears

 
 

Comments

 
User Comments for the tutorial:

Listing out leap years between certain period



Comments

it is very good example for describing the use of
it is very good example for describing the use of for loop 

it is very good example for describing the use of
it is very good example for describing the use of for loop 

Good Example But Wrong Logic
Let's take 1900 which is divisible by 4 but it's not a leap year 

leapyear
i think how leap year works is if the year is divisible by 100 and 4 it is NOT a leap year unless it is also divisible by 400. 400, 800, 1200, 1600, 2000,... 

none
its wrong program for leap year mod is not checked for 100 and 400 

Related Tutorial and Articles
Java Beginners

which data structure is good in java..? - Java Beginners
anyone give me good example how that best technique i can use in my programs...which data structure is good in java..?  Hi frends, Actually i... and vector ...etc........ i wanted to know, which technique is good to store 

Java Beginners

mahesh want to know java with good understanding
mahesh want to know java with good understanding  I need to know about java beans(what are java beans,why we use java beans, etc...).I want an example program and it's output also.please teach me...   Java Beans 

Swing AWT

Good Looking Java Charts and Graphs
Good Looking Java Charts and Graphs  Is there a java chart library that will generate charts and graphs with the quality of visifire or fusion charts... be extended to use better looking graphics it is not an option for us. Thank you 

Java Beginners

array example - Java Beginners
solution, since the fundamental problem is that an array isn't really a good idea... a question about how many dependents 10. Use a loop to get the names and add... i cannot solve this example 

Java Beginners

Very Big Problem - Java Beginners
Very Big Problem  Write a 'for' loop to input the current meter reading and the previous meter reading and calculate the electic bill with the following conditions(all must be fulfilled in one class only): (i)if unit(current 

Java Beginners

plz help -java project very urgent
plz help -java project very urgent  ? Ford furniture is a local..., room, price customers.txt id, name, phone, address(use _ to concat) sales.txt...) The management use the following rules to compute the commissions for each sales 

Java Beginners

Confermation for use of API - Java Beginners
Confermation for use of API  HI ! I am new here. I am making an application for wireless communication between mobile and pc. Let me know which api I have to use at J2SE side. I will be very thankful to you. Regards 

General

Example to show class exception in java
Example to show class exception in java       In this Tutorial we are describing the example to show the use of class exception in java .Exceptions are the condition  

Java Beginners

The second Question is very tuff for me - Java Beginners
The second Question is very tuff for me   You are to choose between two procedures, both of which compute the mini-mum value in an array of integers. One procedure returns the smallest integer if its array argument is empty 

General

Example to show ArraylistException in Java
Example to show ArraylistException in Java       Here we are describing the use of using exception class in java .This tutorial describes  how to handle