Message and method in programming
Illustrate the basic difference between the message and method in programming?
Expert
Message in Programming:
a) Objects communicate by sending the messages to one other.
b) The message is sent to invoke the method.
Method in Programming:
a) It gives response to a message.
b) This is an implementation of the operation.
What are the examples of microkernel?
Explain win 3.1 supports which form of multi tasking?
Synchronized statement: It is a statement in which an object-lock should be obtained for the target object prior to the body of the statement and can be entered. Employed to enclose a critical section in order to save a race hazard.
Thread: It is a lightweight procedure which is managed by the Java Virtual Machine (abbreviated as JVM). Support for threads is given by the Thread class in java.lang package.
How to set Session time out in ASP.NET. I tries changing in config file but still facing issue. Please help..
Give details about the different services that are provided by DLR to CLR?
What do you mean by the term java Swing? Describe in brief.
Use Polymorphism: Programs, especially those converted from non-OOP languages like C, sometimes use state where they should use inheritance. For example, Q : Platform security of S60 third Edition How do I know that platform security abilities my S60 3rd Edition application needs?
How do I know that platform security abilities my S60 3rd Edition application needs?
Base type: The kind of items that might be stored in an array - the arrays defined type. For example, in int[] numbers; the base type
18,76,764
1934937 Asked
3,689
Active Tutors
1430524
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!