nanosani 20 Technize.net addict Team Colleague

nope ... however midi files are not good ones to play on the mobile ... mmf format plays good on the mobile ... its voice is louder than midi.

nanosani 20 Technize.net addict Team Colleague

you can also use the indexOf method of the string class ... see the String APIs for more reference.

nanosani 20 Technize.net addict Team Colleague

no way man I am not gonna spend a penny over those tones ... I've composed some myself ... I'll show you when I come to you.

nanosani 20 Technize.net addict Team Colleague

heads with their

nanosani 20 Technize.net addict Team Colleague

Could you please post the full code .. and please indent the code properly and have it in code tags

nanosani 20 Technize.net addict Team Colleague

cretin --> certain uncertainity

nanosani 20 Technize.net addict Team Colleague

shrubbery --> mindless

nanosani 20 Technize.net addict Team Colleague

Listen a lot. Learn a lot. Help others with what you've learnt ;)

Nice comments ... worth following.

nanosani 20 Technize.net addict Team Colleague

rude behavior --> bush

nanosani 20 Technize.net addict Team Colleague

yes thats right ... If I were a voter , I wont have voted for anyone ... I dont vote for anyone here in Pakistan too. I dont like politics... todays politics is to destroy the world and nothing else.

nanosani 20 Technize.net addict Team Colleague

condolences --> unacceptable

nanosani 20 Technize.net addict Team Colleague

yes ... most people dont understand me too when I am talking ... but in writing I can express myself.

nanosani 20 Technize.net addict Team Colleague
nanosani 20 Technize.net addict Team Colleague

a little more

nanosani 20 Technize.net addict Team Colleague

Our Nation just confused me too

nanosani 20 Technize.net addict Team Colleague

quack --> sorry

nanosani 20 Technize.net addict Team Colleague

round the globe --> equally likely

nanosani 20 Technize.net addict Team Colleague

boring --> headache

nanosani 20 Technize.net addict Team Colleague

for me it'll take 2260 days approximately to reach Dani :cheesy: :cheesy: :eek: :eek:

nanosani 20 Technize.net addict Team Colleague

According to my friend's calculations you'll need 2167.2 more days with the same rate and if Dani keeps on that rate too. Are you daring to cross that ??? :D:D:D

nanosani 20 Technize.net addict Team Colleague

yes his latest movie ( around the world in 80 days ) proved that he hasnt become old yet :)

nanosani 20 Technize.net addict Team Colleague

Space crash :
[IMG]http://www.rokits.org/gallery/albums/nov9th/space_shuttle_crash.jpg[/IMG]

Next : bicycle accident

nanosani 20 Technize.net addict Team Colleague

hey kik786 what are you talking about ... what is this gf ??? and how come do you know me :D

nanosani 20 Technize.net addict Team Colleague

what is this service about ???

nanosani 20 Technize.net addict Team Colleague

he could do a lot better if he were not interested in bulk money making.

nanosani 20 Technize.net addict Team Colleague

funny --> greetings

nanosani 20 Technize.net addict Team Colleague

swallowed it. But

nanosani 20 Technize.net addict Team Colleague

a little few years fella :D

nanosani 20 Technize.net addict Team Colleague

sacred buddah --> haunted mansion

nanosani 20 Technize.net addict Team Colleague

Oracle is used in the industry very much ... I used cloudscape in one of my database projects. ... however its your choice ... on which database manager you are prominent at and you have worked already.

nanosani 20 Technize.net addict Team Colleague

Now, before this thread goes any further, let me say something:

Things haven't gotten out of hand or anything, but remember to stay civil. Politics can be touchy, and some people have a tendancy to get ugly over these things. Let's keep at heart we're all one, nice, happy community, and if we don't get along, Alex will come with a wet trout and smack you into submission while closing the thread. ;)

But yeah, just be nice.

thats a good thing ... we should'nt be discussing world politics .. we are digital people ... we should be discussing digital politics instead ... no short circuiting :D

nanosani 20 Technize.net addict Team Colleague

insects --> tiny

nanosani 20 Technize.net addict Team Colleague

when I see anyone's profile ... its writen he or she is not a member of any public groups. What does that mean ???

nanosani 20 Technize.net addict Team Colleague

and including me :)

nanosani 20 Technize.net addict Team Colleague

torn piece of

nanosani 20 Technize.net addict Team Colleague

Sattelite Dish :
[IMG]http://www.cybersalt.org/cleanlaugh/images/c/cardish.jpg[/IMG]

Next : Satellite Fish

nanosani 20 Technize.net addict Team Colleague

Seven of Nine --> one by one

nanosani 20 Technize.net addict Team Colleague

are you downloading the web installer of jre ... you should download the full offline version ... and then install it.

nanosani 20 Technize.net addict Team Colleague

thanks Banderson! for the equalsIgnoreCase

nanosani 20 Technize.net addict Team Colleague

I've used system mechanic mechanic pro ... and it has been quite helpful to me.

nanosani 20 Technize.net addict Team Colleague

Could you post the code that you've done till now ... that way we can be more helpful.

nanosani 20 Technize.net addict Team Colleague

I give you a hint:

String a;
String b;
if(a.equals(b)){
return true;
}
nanosani 20 Technize.net addict Team Colleague

you could use : public boolean function(int param1, int param2...){}

boolean is used to return true or false .....

and you can use if statements ... for your last two questions.

nanosani 20 Technize.net addict Team Colleague

internet --> Global Village

nanosani 20 Technize.net addict Team Colleague

May be you could use break instead of return.... I had written the method seperately and you merged it into the main method.

import java.io.*;

public class PrimalityTest
{

   public static void main(String[] args)throws IOException
   {


   // create a keyboard input stream
   BufferedReader stdin = new BufferedReader (new
   InputStreamReader(System.in));

   // variables to store input
   int Input;



   do
   {

      // prompt for user input
      System.out.print("Please enter a number: ");
      Input = Integer.parseInt(stdin.readLine());

      // test for prime number

      for (int i = 2; i < Input; i++)
      {
      // your code help
         if ((Input % i) == 0)
         {
            System.out.println(Input + " is not a prime number"); // here is the non  working loop, it stops here when the number is not prime
            break;
         }

      }
   }
   while (Input !=0);
   }  
}
nanosani 20 Technize.net addict Team Colleague

3 timezones --> half the world

nanosani 20 Technize.net addict Team Colleague

and its becoming popular day by day ... if you dont set it now ... you'll have to think of it some other day. :)

nanosani 20 Technize.net addict Team Colleague

I have taken Mobile Application Development as my last semester subject .. I was wondering if it was worth giving a brand new forum for MAD. Or there is some other place where I could post my problems ??

nanosani 20 Technize.net addict Team Colleague

mistake --> mislead

nanosani 20 Technize.net addict Team Colleague

Your code looks like all conjusted ... I've tried to read it but you should check for the opening and closing brackets ... your if statement was not in the for loop.

import java.io.*;

public class PrimalityTest
{

   public static void main(String[] args)throws IOException
   {


   // create a keyboard input stream
   BufferedReader stdin = new BufferedReader (new
   InputStreamReader(System.in));

   // variables to store input
   int Input;



   do
   {

      // prompt for user input
      System.out.print("Please enter a number: ");
      Input = Integer.parseInt(stdin.readLine());

      // test for prime number

      for (int i = 2; i < Input; i++)
      {
      // your code help
         if ((Input % i) == 0)
         {
            System.out.println(Input + " is not a prime number"); // here is the non  working loop, it stops here when the number is not prime
            return;
         }

      }
   }
   while (Input !=0);
   }  
}