What are thhave advantages inof thread programming?

What are the benefits of multithreaded programming?&
Responsiveness
Resources sharing
Utilization of multiprocessor architectures.
Filed Under:
to post answers!
to post videos!
The main interface in Windows and OS X is __________ interface.
A) Command-line
B) Embedded
D) Graphical
Answer: D) Graphical
Explanation:
Kindly mention the details of the error here...
[Your Name]
[Your Email]
Filed Under:
Exam Prep:
Explain soundex() and metaphone()
soundex()The soundex() function calculates the soundex key of a string. A soundex key is a four character long alphanumeric string that represent English pronunciation of a word. he soundex() function can be used for spelling applications.& ?php$str = "hello";echo soundex($str);? &
metaphone()The metaphone() function calculates the metaphone key of a string. A metaphone key represents how a string sounds if said by an English speaking person. The metaphone() function can be used for spelling applications.& ?phpecho metaphone("world");? &
Kindly mention the details of the error here...
[Your Name]
[Your Email]
The program that is responsible for loading the operating system into RAM is the _______.
B) Bootstrap Program
C) Drive- Driver
Supervisor Program
Answer: B) Bootstrap Program
Explanation: The program that is responsible for loading the operating system into RAM is the bootstrap Loader program.
Kindly mention the details of the error here...
[Your Name]
[Your Email]
Filed Under:
Exam Prep:
What type of operating system uses the NTFS file system ?
A) Windows
B) Mac OS X
D) All of these
Answer: A) Windows
Explanation: Windows operating system uses the NTFS file system.
Kindly mention the details of the error here...
[Your Name]
[Your Email]
Filed Under:
Exam Prep:
What are cookies ?
Cookies are small pieces of information that are stored in a browser. It keeps track of user preference, like what sites are visited, what keywords are used, among others.
Kindly mention the details of the error here...
[Your Name]
[Your Email]
Apptitude and Reasoning
General Knowledge
Interview Questions
Technical Questions
Certification Questionswhat are the advantages of C++ from other programming languages???
Jump to page:
Results 1 to 10 of 21
Linear Mode
what are the advantages of C++ from other programming languages???
can any one provides me the advantages in comparison to other languages?
Thanks in advance.
Re: what are the advantages of C++ from other programming languages???
1.Object Oriented Language
2.fast in execution
3.Object Oriented yet allows use of pointer and structure
4.inheritance
Re: what are the advantages of C++ from other programming languages???
c++ has some familiarities with java
so first we discuss the advantages and disadvantages of java
advantages of java Java works best as a high level enterprise web applications.
Object-Oriented
Multithreaded
Architecture-Neutral
Interpreted
Provides high performance
Distributed
Annotations
Autoboxing and auto unboxing
Static import.
Concurrency utilities.
The key that allows java to solve both security and portability problems is that the output of java compiler is not executable code. Rather, it is bytecode. Bytecode is highly optimized set of instructions designed to be executed by java run time system (JVM).
Disadvantages :
Java may not be suited for low level programming, i.e when it comes to programming required for operating systems, anti viruses, bootstrapping, etc.
Apart for these, java programs relatively consumes more memory space.
<dd id="reppower_
Re: what are the advantages of C++ from other programming languages???
C++ is best suited for low level programming.
It is extremely fast.
It works well for GUI programming on computer, especially when it comes to computer graphics.
It is a good language to write operating systems, device drivers, anti-viruses platform dependent applications.
It requires relatively less memory space.
Inheritance.
Polymorphism.
Abstraction.
Virtual functions.
Re: what are the advantages of C++ from other programming languages???
alongwith advantages, C++ has disadvantages also:
Disadvantages :
Although it is platform independent, it is mostly used for platform specific applications.
A library set is usually chosen that locks you into a single platform or operating system.
Overly complex for very large high level programs.
Overly complex and difficult to debug when used for web applications.
Marketable skills are low level programming, vendor software, and video games, making it difficult to find jobs unless you have are very advanced in a target area.
Re: what are the advantages of C++ from other programming languages???
can you tell what is the advantage of using pointers in c++?
I guess, using pointers makes the code unsafe. Pointers will by default have a junk value, so, they have an illegal access to the memory locations. So, this makes the code unsecure!
Re: what are the advantages of C++ from other programming languages???
The bottom line of C++ is that &Programmer knows what he is doing!!!&
you can do any damn thing in C++ without getting compile time errors :P
using pointers you can declare an array of 10 elements and then somewhere in the program you can access the 11th element of the array...;) and no one will complain not even the compiler..:P
Senior Member
<dd id="reppower_
Re: what are the advantages of C++ from other programming languages???
&#8206;1.The resulting code from a C++ compilation is very efficient, due indeed to its duality as high-level and low-level language and to the reduced size of the language itself.
2.C++ is backwards compatible with the C language. Any code written in C can easily be included in a C++ program without making any change.
3.You can practically compile the same C++ code in almost any type of computer and operating system without making any changes. C++ is the most used and ported programming language in the world.
Re: what are the advantages of C++ from other programming languages???
C++ is an object orientied programming languages which provides many features like inheritance,object and classes, polymorphism, message passing and reusability, encapsulation,abstraction.
Junior Member
Re: what are the advantages of C++ from other programming languages???
It's the most powerful language. That is, you can do almost anything with it. However, it C++ tends to be a little more complex than some other languages.
Jump to page:
By lexis in forum C
By abhishek.panja in forum Databases
By torus in forum Java EE
By yusuf keil in forum Unix
Disclaimer: Users
are responsible for ensuring that any material they post (article, blog posts, images or other mulitimedia content) does not violate or infringe upon the copyright, patent, trademark, or any personal or proprietary rights of any third party, and is posted with the permission of the owner of such rights.Anyone who violates these rules may have their access privileges removed without warning.

我要回帖

更多关于 advantages英语佳句 的文章

 

随机推荐