harinath_2007 56 Posting Whiz

Hey..

I have a programming question which is basically a generalized question(what i mean is a question which is not related to a particular programming language). So the question is actually about programming. So even though i am a java nerd , i want to post it in all programming languages forums..When i searched for it, i couldn't found it.
I saw "Computer Science" but what i personally feel is , that forum is not actively participated by members and i felt the need for an exclusive "PROGRAMMING" forum. Thereby allowing programmers to ask questions irrespective of the languages..

Just a thought...Just Ignore if you doesn't like..

:)

harinath_2007 56 Posting Whiz

C# is more easy when compared to java. Just drag-and-drop. But i guess you dont need to look for a book which inter-relates both the languages. Just directly start learning c# books and I am sure you will understand it.

harinath_2007 56 Posting Whiz

@harinath_2007 what is point in trying to explain something to someone who is not willing to listen.

Awesome joke @peter_budo.. You are best in creating <humour> than me. Who is trying to explain whom. Do you think before posting anything?. I never tried to explain something to you (I dont want to) or somebody else. I dont want to argue with <no insults allowed here JC> like you.

See my title of post and go search for the meaning of ":)" symbol. And i guess you need a doctor badly.:)

harinath_2007 56 Posting Whiz

@peter_budo
You better remain as an employee rather than employer..

harinath_2007 56 Posting Whiz

Hi..Stress is a common thing in every programmer's life. So here is a way you can reduce your stress..

Write System.exit(0); in your code whenever you are in stress..:)

Comment your own tips too to avoid stress

harinath_2007 56 Posting Whiz

LONELINESS IS A NICE FEELING SOMETIMES.......

harinath_2007 56 Posting Whiz

Do u even read the information I give you?

Yes i do read.

I said it works if I use the loop address 127.0.0.1 or if I put localhost

You never mentioned that you have tried loop address or localhost.Atleast i cant find that word in your post.

Anyway you are saying that it works in your friend's computer but not in yours.
So clearly the problem is not with the code. So check you have used correct IP address and try with different port numbers (sometimes those port numbers are being already used by another processes.)
As you have said that you are using ubuntu , try the netstat command and check the server status.

harinath_2007 56 Posting Whiz

Did you tried this

harinath_2007 56 Posting Whiz

Java is a sandbox environment lanugage.It will not allow you to access out of the box.
You will definitely end up with using some other language like C or C++.

Ok. I'll give you a simple example..

Can you can develop a simple keylogger entirely in pure java ?
If you say yes , then the answer for your question is also yes..

harinath_2007 56 Posting Whiz

@Onlineshade

What do you mean by which compiler.?
Since it is a java code , you need java compiler..

harinath_2007 56 Posting Whiz

You can use JavaMail(javax.mail) for sending mail. you should provide your maid id and password in the program.
Check out this...
http://www.javacommerce.com/displaypage.jsp?name=javamail.sql&id=18274

harinath_2007 56 Posting Whiz

Question asked 2 years ago....

However , if your chat application(using sockets) works over intranet(LAN) successfully then it WILL and should work over internet also..
Check the source code whether the server and client IP's and port numbers are correct..

harinath_2007 56 Posting Whiz

Hi folks..


Can you tell how many times the loop is executed with exact reason.

int c=10;
while(c>1)
{
  c++;
}

System.out.println("loop over.");

I am expecting an indepth answer...

harinath_2007 56 Posting Whiz
JOptionPane.showMessageDialog (null,"\nMY SALARY IS "+EN + "\n MY DEDUCTION is" +DR );
NormR1 commented: Don't spoonfeed, let the OP work it out. -3
harinath_2007 56 Posting Whiz

It all depends on your use and your requirements..

No IDE will change your software.. so all IDE's provide almost
same features and perfomance of IDE is not a big deal.

All that matters is perfomance of your code..

One man's crappy software is another man's full time job. ~Jessica Gaston

harinath_2007 56 Posting Whiz

Hello..

I wonder if there is any program (in any platform) that reads captcha.??

harinath_2007 56 Posting Whiz

You should use the Thread.sleep() method in your code to make the progress Bar go slowly.


extend your class with Thread class and write all the code in run() method and then call the

sleep()method.

then you can make the progress bar go slowly....

harinath_2007 56 Posting Whiz

can anyone give code for a simple java speech recognition program...

harinath_2007 56 Posting Whiz

hi..
can u give me the code for keylogger???

Ezzaral commented: No, this is Code On Demand. -3