Saturday, November 30, 2013

Java Program 011

The U.S. Census Bureau projects population based on the following assumptions:

One birth every 7 seconds
One death every 13 seconds
One new immigrant every 45 seconds

Write a program to display the population for each of the next five years. Assume the current population is 312,032,486 and one year has 365 days. Hint: In Java, if two integers perform division, the result is an integer. The fraction part is truncated.

For example, 5/ 4 is 1 (not 1.25) and 10 / 4 is 2 (not 2.5).

Saturday, November 23, 2013

Interview Questions

Our Java questions and answers focus on all areas of Java programming language covering 350+ topics in Java. These topics and Questions are taken from Mr. Shashi Kumar from SSSIT, KPHB, Hyderabad-72.

You can contact him Through SSSIT from here <Link>

Highlights
- Interview Questions Faced by Mr. Shashi Kumar
- Questions & Answers in Java with explanations
- Every MCQ set focuses on a specific topic in Java Language
Let’s Get Started & Continue Reading…………………………….

JAVA .NET FAQ’S

Also see our user generated FAQ on the wiki.

1. What is java.net?

java.net is a premier web-based, open community created to facilitate Java™ technology collaboration in applied areas of technology and industry solutions. java.net is a central gathering place for Java technology enthusiasts and existing communities across industries, platforms, and interest groups.

2. What is the goal of java.net?

The goal is to expand the Java™ technology portfolio of applications, tools, and services by promoting conversation and collaboration around development of practical applications across industry groups.

Continue reading………..