answersLogoWhite

0

yes

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is inline thread in java?

You can start a thread "inline" without implementing Runnable or extending Thread class( new Thread() { public void run(){// do something} } ).start();


What is the first part of Linux to be developed under the name Linux?

The kernel.


Can you install Tally 7.2 in Linux?

"No. There is no Linux-native version, and it does not function under Wine." Tally 7.2 does have a Linux version with its CD. The installer and other docs are placed under a folder named Linux. I have installed it under CentOS and is working just fine.


How Linux licensed?

The Linux kernel is licensed under the GPL version 2.


What command line to heart beat stop and start in Linux system?

To stop heartbeat in Linux the command line will be service Heartbeat stop To start heartbeat in Linux the command line will be service Heartbeat start


What is a PID number in Linux?

A PID is a process ID. It is generally a 15 bit number, and it identifies a process or a thread.


What will be the commans to create sub directory Linux under aptech?

mkdir aptech/Linux


Can the run method be called directly to start a thread?

No. If you want to start a new thread of execution, you need to call the start() method of the thread. Also, the run() is like any other java method and you can invoke it directly but if you do so, it would be called as part of the current programs thread and not as a new thread. When the start() method is invoked, the JVM creates a new thread and automatically calls the run() method and that is why a new thread gets started and not by calling run() directly.


Is Linux open software or not?

Yes, Linux is an open source kernel released under the GPL.


What is Start X in Linux?

It's a command to start the X server for running Linux in graphical mode, if you have any of the desktop environments and/or window managers installed.


Does CA dbfast Windows run under Linux wine?

Yes, CA-dBFast works under Linux Wine program, Although, it would be better under a Virtual Machine running Windows.


What types of books are available to help me install Linux on my computer?

Linux for Dummies is a great start if you are totally unfamiliar with Linux. If you are familiar enough with Linux, and you have an idea of what distro you want to try / use, you can download a free guide book from Linux-Books.