_________allows to execute the methods of an object in another machine or JVM? 

A) Protocol handler B) Streaming C) RMI D) IPC

1 Answer

Answer :

RMI allows to execute the methods of an object in another machine or JVM.

Related questions

Description : JVM stands for: a) Java Via Mechanism b) Justify Virtual Method c) Jumbo Verbose Mechanism d) Java Virtual Machine e) None of These

Last Answer : d) Java Virtual Machine

Description : The compiled java program can run on any ..................... plateform having Java Virtual Machine (JVM) installed on it. A) program B) java C) hardware D) non java

Last Answer : C) hardware

Description :  ____ is the language that computer can understand and execute.  a) Middle Level Language b) Machine Level Language c) High Level Language d) All of the above

Last Answer : the language of a computer is called all

Description : ____ is the mode we use to execute the instruction from a computer.  a) Sequential b) Parallel c) Both (a) & (b) d) None of the above

Last Answer : ____ is the mode we use to execute the instruction from a computer.  a) Sequential b) Parallel c) Both (a) & (b) d) None of the above

Description : Can I import same package/class twice? Will the JVM load the package twice at runtime?

Last Answer : Ans. One can import the same package or same class multiple times. Neither compiler nor JVM complains wil complain about it. And the JVM will internally load the class only once no matter how many times you import the same class.

Description : Preparedstatement Object in JDBC is used to execute ........................... queries. A) executable B) simple C) high level D) parameterized

Last Answer : D) parameterized

Description : Prepared Statement object in JDBC used to execute........... queries. A) Executable B) Simple C) High level D) Parameterized

Last Answer : D) Parameterized

Description : Repetitive CNC machine operations conveniently performing and execute with onecommand instead of programming of series of individual move called ….. a.Common Cycle b.Incremental Programming c.Canned Cycle d.None of the above

Last Answer : c.Canned Cycle

Description : The language that the computer can understand and execute is called A) Machine language B) Application software C) System program D) All of above

Last Answer : Answer : A

Description : Which statement is valid about computer program? A) High level languages must be converted into machine language to execute B) High level language programs are more efficient and faster to execute C) It ... to identify errors in high level language program than in low level programs D) All of above

Last Answer : Answer : A

Description : sis given an instruction in machine language this instruction is fetched from the memory by the CPU to execute: a. ALU b. CPU c. MU d. All of these

Last Answer : b. CPU

Description : Assembler works to convert assembly language program into machine language : a. Before the computer can execute it b. After the computer can execute it c. In between execution d. All of these

Last Answer : a. Before the computer can execute it

Description : The language that the computer can understand and execute is called a. Machine language b. Application software c. System program d. All of above

Last Answer : Machine language

Description : Assembler is: a) a program that places programs into memory and prepares them for execution b) a program that automate the translation of assembly language into machine language c) is a program that appears to execute a source program as if it were machine language d) None of The Above

Last Answer : b) a program that automate the translation of assembly language into machine language

Description : In which issue, It is challenging to migrate an application, which is resource-intensive to cloud and to execute it via Virtual Machine? A. Architectural Issues B. Security and Privacy C. Mobile Communication Congestion D. Live VM Migration

Last Answer : Live VM Migration

Description : The necessary steps carried out to perform the operation of accessing either memory or I/O Device, constitute a ___________________ a) fetch operation b) execute operation c) machine cycle

Last Answer : c) machine cycle

Description : The language that the computer can understand and execute is called a. Machine language b. Application software c. System program d. All of above

Last Answer : a. Machine language

Description : An open form can not be execute the call_form procedure if you chain of called forms has been initiated by another open form?

Last Answer : True

Description : Another word for CPU is: a) Execute b) Microprocessor c) Micro Chip d) None of These

Last Answer : b) Microprocessor

Description : Which is true?  A) Page Class is a derivative of the Control class. B) Page Class inherits all properties, methods, and events exposed by the Control class. C) Both D) None

Last Answer : Page Class is a derivative of the Control class. And Page Class inherits all properties, methods, and events exposed by the Control class.

Description : ________method of response object in ASP is used to redirect the user to a different URL  A) Forward B) Redirect C) Link D) None of the above

Last Answer : Redirect method of response object in ASP is used to redirect the user to a different URL

Description : In object oriented design of software, objects have  A) Attributes and name only B) Operations and name only C) Attributes name and operations D) None of these

Last Answer : In object oriented design of software, objects have Attributes name and operations

Description : What ASP.NET object encapsulates the state of the client and the browser?  (1) Application object. (2) Session object. (3) Response object. (4) Request object. 

Last Answer : Session object.

Description : Which of the following TCP/IP protocol is used for transferring electronic mail messages from one machine to another?  (a) FTP (b) SNMP (c) SMTP (d) RPC

Last Answer : SMTP is used for transferring electronic mail messages from one machine to another.

Description :  A computer program that converts one by one instruction into a machine language is called ____.  a) Interpreter b) Simulator c) Compiler d) None of the above

Last Answer :  A computer program that converts one by one instruction into a machine language is called Interpreter.

Description : A computer program that converts an entire program into a machine language is called ____.  a) Interpreter b) Simulator c) Compiler d) None of the above

Last Answer : A computer program that converts an entire program into a machine language is called Compiler.

Description : The high level language can be translated into machine language with the help of  1. Assembler 2. Stack pointer 3. Compiler 4. Multiplexer 

Last Answer : The high level language can be translated into machine language with the help of Compiler 

Description : A commutator in a d.c. machine: (A) reduces power loss in armature (B) reduces power loss in field circuit (C) converts the induced a.c armature voltage into direct voltage (D) is not necessary

Last Answer : A commutator in a d.c. machine: converts the induced a.c armature voltage into direct voltage

Description : A 400kW, 3 -phase, 440V, 50Hz induction motor has a speed of 950 rpm on full load. The machine has 6 poles. The value of slip for the machine will be (A) 0.06 (B) 0.10 (C) 0.04 (D) 0.05

Last Answer : A 400kW, 3 -phase, 440V, 50Hz induction motor has a speed of 950 rpm on full load. The machine has 6 poles. The value of slip for the machine will be 0.05

Description : What are the methods of Object Class ?

Last Answer : Ans. clone() - Creates and returns a copy of this object. equals() - Indicates whether some other object is "equal to" this one. finalize() - Called by the garbage collector on an object ... ), and wait() - Play a part in synchronizing the activities of independently running threads in a program.

Description : Which class does not override the equals() and hashCode() methods, inheriting them directly from class Object?

Last Answer : Ans. java.lang.StringBuffer.

Description : ...................... of a remotely accessible object must implement ................ A) all methods, RemoteException B) class, RemoteException C) class, RemoteInterface D) all methods, RemoteInterface

Last Answer : C) class, RemoteInterface

Description : ………… enable us to hide, inside the object, both the data fields and the methods that act on that data. A) Encapsulation B) Polymorphism C) Inheritance D) Overloading

Last Answer : A) Encapsulation

Description : Which of the following statements concerning Object-Oriented databases is FALSE? (A) Objects in an object-oriented database contain not only data but also methods for processing the data. (B ... Object-oriented databases store more types of data than relational databases and access that data faster.

Last Answer : (C) Object-oriented databases are more adapt at handling structures (analytical) data than relational databases.

Description : Why not execute a convicted (death penalty) person, the day after the sentencing?

Last Answer : They have to allow time for appeals. Many convicted persons have been freed after years on death row when their conviction is overturned.

Description : Why not just execute the prisoners kept at Gitmo?

Last Answer : Presumably because the United States still wants to project the illusion of at least a modicum of moral standing to the rest of the world.

Description : Would this be a more or less humane way for the U.S. to execute prisoners? (Details Inside)

Last Answer : Purely for poetic purposes, I’d choose hemlock.

Description : Why not execute by OD on one's drug of choice?

Last Answer : answer:I think we should end it all together. We have intrinsic moral and values and at the end of the day we may want to portray that we are like the lion king but life would be extremely different ... eaters. Also animals don't have a place in the kingdom of heaven may explain the free for all.

Description : What are the target muscles, synergist muscles, and stabilizer muscles used to execute a volleyball jump serve?

Last Answer : I dont have a clue

Description : State of Utah uses firing squad to execute a killer. any comments?

Last Answer : All methods of capital punishment are very distressing. I’m from PA so Utah seems like a very strange place to begin with. We apparently have the death penalty but according to deathpenaltyinfo.org, the state has only executed three people since 1976. Super creepy. At least he got to choose, huh?

Description : External Link to PHP module execute twice?

Last Answer : answer:I'm not sure I understand the question correctly, but if I do: it sounds like whatever program you're embedding your link in ( email or word document ) is loading the URL more than once. It' ... has been moved, and only raises an error if the appropriate row can't be found in either table.

Description : ……… is a group of words or coded instruction for the NC/CNC system to execute aparticular movement. a.Sequence b.Address c.Code d.Block

Last Answer : d.Block

Description : How can we execute Python Programs in Windows 10? -Python

Last Answer : If you have made an python program or u want to make it and execute it the you can do it by various methods : 1) With an IDE : => What is IDE IDE, or Integrated Development Environment, is a software ... into the python shell ... you can start typing your code .... try to type print("Hello World!")

Description : How many times will the loop execute? int value1 = 7. value2=19 ; do -Technology

Last Answer : 4 timeswill the loop execute.

Description : What does Execute mean ?

Last Answer : Execute means killing.

Description : Why it is Hard to Execute a Plan?

Last Answer : The hardness that goes with the execution of plan is as a result of the indolent of the human mind. If all things being equal and all the resources are on ground to kick of the ... focus, determination, tenacity and patience any plan that we desire to execute can be achieved without difficulty.

Description : How do you execute the purchase of stocks?

Last Answer : Need answer

Description : How do the contents of the MAR and MDR registers changes during the fetch decode execute cycle?

Last Answer : Need answer

Description : What to execute without due process of law especially to hang as by a mob?

Last Answer : Feel Free to Answer

Description : Agreement to Execute Lease & Deposit Receipt?

Last Answer : Agreement to Execute Lease & Deposit Receipt(Download)Dated: __________The LANDLORD, _____________ and ______________, the TENANT agree:In consideration of a deposit of $ ______ (___________ &___/100 ... the usual and customary clauses within the community.In the event of the TENANTs failure