The Artima Developer Community
Sponsored Link

Java Answers Forum
threads

1 reply on 1 page. Most recent reply: Jun 23, 2003 7:55 AM by Aladdin Mouhaimeed

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Sushil

Posts: 1
Nickname: sushil
Registered: Jun, 2003

threads Posted: Jun 20, 2003 1:07 PM
Reply to this message Reply
Advertisement
1 In an HTML form I have a button which makes us to open another page in 15 seconds. How will you do that?

2 Considering notepad/IE or any other thing as process, What will happen if you start notepad or IE 3 times ? Where three processes are started or three threads are started


Aladdin Mouhaimeed

Posts: 2
Nickname: aladdin
Registered: Jun, 2003

Re: threads Posted: Jun 23, 2003 7:55 AM
Reply to this message Reply
1 - you can do it in many ways, to name some: you can do it using javascript or any other script langwage. But in this case I guess the Internet Explorer suspend till the 15 seconds end.
You can also make it using java applet that emplements Runnable interface, so that the applet will run on its own thread.

2 - I guess it is three processes. If you write a program in any language, then you start this program a lot of times, and yet in your program there is nothing to do with threads.

Flat View: This topic has 1 reply on 1 page
Topic: Calling Crystal report from Swing Previous Topic   Next Topic Topic: please  help to find the relavant API

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use