nanosani 20 Technize.net addict Team Colleague

thats interesting

nanosani 20 Technize.net addict Team Colleague

I recommendede this site to a thousand people .. and I want to know which two are at my list

nanosani 20 Technize.net addict Team Colleague

http://www-106.ibm.com/developerworks/java/library/j-javaopt/#1


I found the link for performance improvement.

nanosani 20 Technize.net addict Team Colleague

foolproof --> proof reading

nanosani 20 Technize.net addict Team Colleague

what stream are you using for reading the code .....?

nanosani 20 Technize.net addict Team Colleague

First of your programs is pretty simple ... and last are pretty confusing .. .can you explain them out.

nanosani 20 Technize.net addict Team Colleague

Java How to program ( Deitel and Deitel) has a full chapter on building an instant messenger.

nanosani 20 Technize.net addict Team Colleague

Yes I have seen Gorgeous .. it was a different combination of action and love story ... rare to find out in English movies....

But my fav Jackie Chan movie is Thunderbolt and Rumble in the bronx.

nanosani 20 Technize.net addict Team Colleague

My favourite movies are ... thunderbolt, Rumble in the bronx and ... bla bla. :)

nanosani 20 Technize.net addict Team Colleague

red sox tickects --> unknown

nanosani 20 Technize.net addict Team Colleague

you should make the object in the button's action listener ... it will popup another frame of your program.

nanosani 20 Technize.net addict Team Colleague

ibm.com has an article about how to make java programs faster ... I dont remember the page address ... but you can search ibm for java.

nanosani 20 Technize.net addict Team Colleague

Atleast show some effort here ... typing a question is no effort ... atleast start writing the program ... you'll certainly be able to start it ... Its not a very hard program.

Show some effort and post again .. you'll certainly be helped.

nanosani 20 Technize.net addict Team Colleague

Then he thought

nanosani 20 Technize.net addict Team Colleague

japanese --> electronics

nanosani 20 Technize.net addict Team Colleague

I usually make another object of the gui class ... but I dont know how to get the running object closed .. cuz when I close the running object .. it throws an exception.....

nanosani 20 Technize.net addict Team Colleague

show some code buddy ... only then we'll be able to find your trap point.

nanosani 20 Technize.net addict Team Colleague

try it now

import javax.swing.JOptionPane; // program uses JOptionPane

public class EvenOdd {

   public static void main(String[] args) {
	  String firstNumber; 
	  int number; 

	  firstNumber = JOptionPane.showInputDialog( null, " Enter a number" );
	  number = Integer.parseInt(firstNumber);
	  
	  if ( number%2 == 0 ){
		 System.out.print( " Number is EVEN " );
	  }
	  else 
		 System.out.print("Number is ODD");
   }
}
nanosani 20 Technize.net addict Team Colleague

Didnt see you cosi for a while ... anyways .. thanks for the suggestion ... I'll give it a try ... is it better than jbuilder ???

nanosani 20 Technize.net addict Team Colleague

and you can type jview in dos prompt to see if microsoft jvm is installed ...

nanosani 20 Technize.net addict Team Colleague

What is the difference between jbuilder 7 and jbuilder 9 ... I am using jbuilder 7 .. n I am thinking of buying jbuilder 9.

nanosani 20 Technize.net addict Team Colleague

#include <stdio> // stdio is the newer version of stdio.h
int main ()
{

int x, y;
x = 6;
y = 2*x*x*x+5;
cout<<"y is"<<y;

}

nanosani 20 Technize.net addict Team Colleague

How can I make a screen saver in java?

nanosani 20 Technize.net addict Team Colleague

Okay fren ... but I'll keep on trying ...

nanosani 20 Technize.net addict Team Colleague

. Looking at the

nanosani 20 Technize.net addict Team Colleague

where is your odd/even code ... let us have a look over it. Only then we'll be able to help you.

nanosani 20 Technize.net addict Team Colleague

I think your question is about c++ ... so it should be posted in c++ forum ... you'll get replies there.

nanosani 20 Technize.net addict Team Colleague

court --> judge

nanosani 20 Technize.net addict Team Colleague

You could use check boxes ... first make the gui and then work according to that .... atleast start working n you'll see that you'll be doing fine. Post here if you encounter some difficulty in coding.

nanosani 20 Technize.net addict Team Colleague

zealous --> illegally legal

nanosani 20 Technize.net addict Team Colleague

Its interesting that the computer industry is growing ... n the computer science jobs are shrinking ....

In our country Pakistan ... the computer science enrollments have dried up too .... except a few highly reputed institutions ....

Yes you're right chainsaw ... India's still growing ...

nanosani 20 Technize.net addict Team Colleague

a) declare two integer variables x and y
b) let x = 6
c) find y value use the following algebraic formula

y=2x (third power) + 5

a) int x;
int y;

b) y = 6;

c) y = 2 * (x ^3) + 5;

nanosani 20 Technize.net addict Team Colleague

I was also in need of a project ... graduation project ... I want to do it in java ... and I havnt come across a project yet ... I am thinking n thinking over n over again.

Your idea is a great one ... but it'll take a huge amount of time and effort ... do it if you feel you can do it.

nanosani 20 Technize.net addict Team Colleague

Read about windows APIs if you want to create viruses for windows .... but its highly illegal ... you should only make those programs only for testing your skills ....

--->MAKE YOUR MIND POSITIVE---<
--->OR YOU"LL RISK YOUR LIFE---<

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

forever --> Immortal

nanosani 20 Technize.net addict Team Colleague

Thanks Branderson

StringClass aString = new StringClass();

this is what you wrote but I want it as

StringClass sani = new StringClass();

Is it possible like that .... whenever I input a string it should become the name of an object.

nanosani 20 Technize.net addict Team Colleague

pico --> Infinity

nanosani 20 Technize.net addict Team Colleague

That means .. you have already got a program of who wants to be a millionare ... and now you want to do it on you own...

nanosani 20 Technize.net addict Team Colleague

What do you think of bio computer industry .... it can fulfill both your like and your father's dream.

nanosani 20 Technize.net addict Team Colleague

make a file of online user ids ... when the user gets online ... the file is updated... attach a listener to it ... check it whenever it changes for all the users....

Its tedius but its straight forward.

nanosani 20 Technize.net addict Team Colleague

Can I see who I referred to ????? or it is worth keeping a secret ... or it is too bulky to be displayed.

nanosani 20 Technize.net addict Team Colleague

What is that star over the reputation indicator I see over some members?? I couldnt understand its purpose.

nanosani 20 Technize.net addict Team Colleague

You cannot run any system related command using java script..... java script doesnot need jvm to be installed ...

nanosani 20 Technize.net addict Team Colleague

Your code is impossible to read ... no indentation ... no code tags ... no spacing ... no nothing ....

nanosani 20 Technize.net addict Team Colleague

Castle --> Ancient

nanosani 20 Technize.net addict Team Colleague

I want to input a string
Suppose the string was :
String s = "sani";

Now I want to make "sani" the name of an object of one of the class.
Suppose the name of the class is myClass.
I want to :

myClass sani = new myClass();

Any ideas??

nanosani 20 Technize.net addict Team Colleague

Are you compiling or implementing????

nanosani 20 Technize.net addict Team Colleague

Maybe the doctor is out playing golf and is not taking any patients

Yes I caught him playing cricket ... and I deleted the whole management system ... and then I made the banking system :D :D

nanosani 20 Technize.net addict Team Colleague

jackie chan-- i love him. I love his movies a lot but I like the bloopers at the end of his movies even more:-D

Yes I also love the bloopers .... the most interesting part of his movies.


what is the first movie of jackie chan you saw.? :mrgreen: