Ways in which Java program is less likely to be compromised
Give two ways in which a Java program is less likely to be compromised than the same program written in C++.
Expert
In Java, Primitive and reference data types always passed by value while as in C++ referenced data types are passed by reference.
In Java, we have automatic garbage collection that doesn’t have the concept of Destructor and usage of finalize() is not recommended while have we have to explicitly rely upon destructors and deletete operator to free unused memory.
Checked exception: An exception which should be caught locally in the try statement, or propagated through a throws clause stated in the method header.
Normal 0 false false
Explain the way to overriding a base class method in Visual Studio .NET and in Visual Studio 2005.
Encapsulation: Safeguarding the state of objects by stating its attributes as private and channeling entrance to them via accessor and mutator techniques.
Primitive type: Java's eight standard non-class types are the primitive types as: Boolean, byte, char, float, int, double, long and short.
What is Class method: It is a synonym for the static method.
When a process enters the CPU, your program must now "fork"and "exe" a stand alone child process. You MUST use "glxgears" for the child process. When a context switch occurs
Explain win 3.1 supports which form of multi tasking?
The company wish to provide an incentive of free shipping to such customers who have not returned for 2 months. Build a procedure named PROMO_SHIP_SP which determines these customers are and then updates the BB_PROMOLIST table accordingly. The procedure employs the be
18,76,764
1942747 Asked
3,689
Active Tutors
1454806
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!