Computing desk | ||
---|---|---|
< May 5 | << Apr | May | Jun >> | May 7 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
Online app/program that allows production of a newspaper like image (you being able to add the text). I tried one at Homemadegiftsmadeeasy but that is both not working and not giving options for byline and other text. Thanks! Market St.⧏ ⧐ Diamond Way 11:43, 6 May 2013 (UTC)
Hi !last time I asked one doubt with heading “what is the use of thread class constructors”.But I could not ask that doubt in a right
manner.Now I am asking the same doubt in a simple and clear manner.My doubt is on Thread class constructors. My doubts based on below simple code.
In below code ,in main method there is a statement as ” Thread C4=new Thread (new first(),"FIRSTTHREAD");”
This Statement Will create a Thread FIRSTTHREAD for the class “first”.
Here we used Thread class constructor public Thread(Runnable target,String name);
There are some other constructors in Thread class like
1)public Thread();
2)public Thread(String name);
The first constructor is used to create an object of Thread class.
The second constructor is used to create an object of Thread class but with required name.
Then my question is
-->What is the benefit of creating object to thread class?
-->A class named with” four” is available in below code.By using second constructor of above constructors is it possible to write “four f1=new four(“MYTHREAD”);”
class first implements Runnable
{
public void run()
{
System.out.println(Thread.currentThread().getName());
}
}
class four extends Thread
{
public void run()
{
System.out.println(Thread.currentThread().getName());
}
}
class Third
{
public static void main(String args[])
{
Thread C4=new Thread (new first(),"FirstThread");
C4.start();
}
}
Output:
FirstThread
--Me shankara (talk) 12:11, 6 May 2013 (UTC)
It appears in the title card. The symbol appears on the on button on many computers.— Vchimpanzee · talk · contributions · 15:30, 6 May 2013 (UTC)
There appear to be problems on the Rediffmail entry of Wikipedia; long strings of letters (gibberish) have been added in several places. That entry does not seem to have a Talk page. I wasn't confident that I should make the corrections; I'm merely a passing reader of the Rediffmail entry. If you want to give me feedback, fine. Otherwise, please correct this vandalism. Okita2 (talk) 19:45, 6 May 2013 (UTC)
How do you replace an HDD (which is working), when the original HDD was shipped with Windows 7 and you want to keep this OS? — Preceding unsigned comment added by 123lmon (talk • contribs) 20:34, 6 May 2013 (UTC)
...software version 6.1.3. It's not my phone, BTW. (If I had that much money to blow, I'd buy another computer.) StuRat (talk) 23:22, 6 May 2013 (UTC)