Showing posts with label Computer Science MCQ. Show all posts
Showing posts with label Computer Science MCQ. Show all posts

Saturday, August 6

KERALA PSC COMPUTER SCIENCE PREVIOUS QUESTIONS AND ANSWERS

Hello all, In this post we will discuss various technical questions (Computer Science) and answers asked in KERALA PSC examinations like computer programmer, computer science lecturer etc. Hope this will be helpful. :) The questions were asked in Programmer (145/2015) post. 1. SCSI stand for : (A) Small Computer Systems Interface  (B) Simple Component Systems Interface (C) Simple Computer Systems Interface (D) Small Component Systems Interface Answer A ·         SCSI stands for  Small Computer System Interface (SCSI) ·         It...

Saturday, February 13

RPC Sample code in Java

Hello friends, In this post we will see how RPC (Remote Procedure Call) mechanism can be implemented in Java. RMI (Remote Method Invocation)  is the special mechanism to do  RPC in Java. RMI is the java flavor of RPC in other languages, but core concept is still same! The main Idea is summarized as below:  In this example, we make a server (RMIServer.java) to receive input text from client application and replies how many characters it received. Server Side: Create a remote interface. (myInterface.java) Create a separate java file to implement the remote interface. (RMIServer.java) Register...

Saturday, February 7

GATE 2015 COMPUTER SCIENCE (CSE) QUESTIONS AND ANSWER KEY

Hello reader, Here I am posting the questions asked in GATE 2015  COMPUTER SCIENCE (CSE)  Exam and the answer key. I am thankful to all my friends who have shared these questions. If you also want to share any question other than posted here feel free to comment that here. Do you know any question other than posted here? Feel free to comment  here.   :)   All Answers were collected from various forums. Check it and suggest  corrections  if  required. Here we go.!!       1. Which of the following is not correct about HTTP cookies ? a.A cookie is a piece of...