Home | Contact Us | Log In | Help
HOME NEW LISTING MOST POPULAR HIGHEST RATED SCRIPTS ADD SCRIPT DOWNLOADS FORUM
Tutorials
  ASP.Net & C#
  ASP
  Perl and PHP
  Java Scripts
  C and C++
  Ajax Tutorials
  J2ee, J2Me, Java
  Python & Ruby Rail
  Crystal Report
  Sap
  CGI
  XML
  Cold Fusion & CFML
  HTML, DHTML & CSS
  Dreamweaver
  FLASH
  Photoshop/Web Designing
  Tools & Utilities
  Oracle/D2K
  Sql Server
  MySql
  Domain Name Registration
  Remotely Hosting
  Web/Server Application
  Hotel Marketing
  Internet and Law
   Search Engine Optimization/SEO
E-Commerce
Interview Questions

Previous < 1 2 3 4 5 6 > Next

Python & Ruby Rail (INTERVIEW QUESTIONS) 2
  What Is Ruby on Rails?

Ruby on Rails is a web application framework written in Ruby, a dynamically typed programming language similar to Python, Smalltalk, and Perl.
Ruby
on Rails is a free web application framework. It aims to increase the speed and ease with which database-driven web sites can be created, and offers skeleton code frameworks (scaffolding) from the outset. Often shortened to Rails, or RoR, Ruby on Rails is an open source project written in the Ruby programming language, and applications using the Rails framework are developed using the Model-View-Controller design paradigm.

 
  What is the difference between a break statement and a continue statement?

 A break statement results in the termination of the statement to which it applies (switch,for, do, or while).A continue statement is used to end the current loop iteration and return control to theloop statement.

   
  What is Informatica Workflow Monitor properties?

 When I use the Informatica Workflow Monitor, I can see the properties by double clicking the running session task. But where is the file about the properties, because I want to read the information of the properties through some other development tools. I checked the log file, the it is not what I want. So anyone can help me to get the contents of the properties? Thank you very much~~

 
  Which of the following statement is false regarding the different type of statements in JDB

 A) Regular Statement (use createStatement method)
 B) Prepared statement (use prepareStatement method)
 C) Callable statement (use prepareCall).
 D) Interim statement (use jdbcCall).

 
  What are the three statements in JDBC & differences between them?

  Statements are 3 types.
1. statment : statment is used to excute single SQl statement.here useing createStatement() method.
2. prepared Statement : prepared statement is used to execte sql staements over and over.here useing preparedStatement() method.
3.Calable statements : calable statement is used to execute multiple sql statements over and over.here useing prepare call() method.

 
  What is polling?

 It displays the updated information about the session in the monitor window. The monitor window displays the status of each session when U poll the informatica server.

 
  What is polling facility?

 There are no comments for this question yet. Below are related questions and articles.

 
  What are the common tasks of JDBC?

 * Create an instance of a JDBC driver or load JDBC drivers through jdbc.drivers
 * Register a driver
 * Specify a database
 * Open a database connection
 * Submit a query
 * Receive results

 
  What is inter-process communication facility?

 IPCs are meant for communicating between processes. They are

 1. PIPE
 2. NAMED PIPE(FIFO)
 3. Message Queue
 4. Shared memory
 5. Semaphore
 6. Sockets

 

Previous < 1 2 3 4 5 6 > Next

  Copyright 2000-2006 © SoloScript.com, All rights reserved.