Search:

Type: Posts; User: c.P.u1

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    6,610

    Re: Chat Room in JSP

    bro, I always use google before making any post on a forum... Searching for a JSP tutorial is different from searching for a specific feature which you want to implement in JSP... The features I have...
  2. Replies
    8
    Views
    6,610

    Re: Chat Room in JSP

    It's a college project bro... I have no choice but to make this project....
  3. Replies
    8
    Views
    6,610

    Re: Chat Room in JSP

    Sorry bro, I had no knowledge about the cross posting rule... :(
  4. Replies
    8
    Views
    6,610

    Chat Room in JSP

    I've been told to make a Chat Room using JSP and MS-SQL... The following are the features of the Chat Room I'm supposed to make... I've no knowledge whatsoever of JSP besides that it is a scripting...
  5. Replies
    2
    Views
    2,190

    Re: Two-Dimensional Array and Loops

    post edited...
  6. Replies
    9
    Views
    2,510

    Re: Digital Watch program and Sorting arrays

    thanks bro.. i corrected that part... :)

    and for the second program, i have read that we need to use new lines for the output to get on the first line again... any idea about that? :-/
  7. Replies
    9
    Views
    2,510

    Digital Watch program and Sorting arrays

    class time{
    public static void main(String args[])
    {
    for(int h=0;h<=24;h++)
    {
    for(int m=0;m<=60;m++)
    {
    for(int...
  8. Replies
    8
    Views
    22,104

    Re: Display prime numbers from 100 to 200 in Java

    Sorry, but i did not understand the meaning of "f should be a boolean"... though i know the meaning of boolean... cud u plz give me an example... :(
  9. Replies
    8
    Views
    22,104

    Re: Display prime numbers from 100 to 200 in Java

    aydea bro, thanks a lot.. this program displays exactly 21 prime numbers... i would like to know more about the break statement... what does it actually do? in this example, to which statement does...
  10. Replies
    8
    Views
    22,104

    Display prime numbers from 100 to 200 in Java

    class primeN

    {

    public static void main(String args[])


    {

    int f=1,j;
Results 1 to 10 of 10