GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Programming  >  Java
Go To First  |  Previous Question  |  Next Question 
 Java  |  Question 890 of 928    Print  
Conditional Statements
What are Conditional Statements?


  
Total Answers and Comments: 1 Last Update: January 30, 2009     Asked by: sobinsopanam 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 05, 2009 01:47:41   #1  
richakharya Member Since: December 2007   Contribution: 11    

RE: Conditional Statements
The statements which are executable only when it satisfies a particular condition
example:
if(some condition)
{
// some statement
}

switch (input)
{
case 1:
case 2:
//
default:
}

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : Yes ...


A) TrueB) False 
Latest Answer : The conditional operator x ? y : z is also called ternary operator.. But there are many other conditional operators like while, do..while but they are not know as conditional operator. ...

Which of the following statements accurately describe the use of access modifiers within a class definition? (Select multiple)
A) They can be applied to both data & methodsB) They must precede a class's data variables or methodsC) They can follow a class's data variables or methodsD) They can appear in any orderE) They 

A) It is accessible to all other classes in the hierarchyB) It is accessablde only to subclasses of its parent classC) It represents the public interface of its classD) The only way to gain access to this 
Latest Answer : A. is true only ...

Which of the following statements correctly describes the relation between an object and the instance variable it stores? (Select multiple)
A) Each new object has its own distinctive set of instance variablesB) Each object has a copy of the instance variables of its classC) the instance variable of each object are seperate from the variables 

A) It's a concrete classB) It's a superclassC) It's a type of abstract class 

A) UTF characters are all 8-bits.B) UTF characters are all 16-bits.C) UTF characters are all 24-bits.D) Unicode characters are all 16-bits. 
Latest Answer : the char datatype in java is of size 2 bytes that means 16 bits and support the unicode rather ascii in other languages so that format must beUTF-16Abhishek Gupta ...

A) ColonB) SemiColonC) HypenD) Dot  
Latest Answer : Answer : B)Semicolon ...

A) TrueB) False 
Latest Answer : no because java is a interpreter based language ...


 Sponsored Links

 
Related Articles

Service Oriented Java Business Integration Review

Service Oriented Java Business Integration Review Introduction If you ve read through the texts which give you an introduction to SOA or Web Services you will often find them to be quite frustrating and the reason for this is because they spend too much time referencing business processes which are
 

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

C++ Decision Making Statements

C Decision Making Statements In this C tutorial you will learn about decision making statements if statement if… else statement switch statement conditional operator along with syntax and examples mosgoogle center Decision making is an important concept in any programming language and to
 

Java and Client Server Models

Java and Client Server Models The Role of Client Servers on the Web Client server models provide the essential mechanisms for working with the Internet In fact most of the World Wide Web is built according to this paradigm In client server models the web browsers run by millions of users are the cli
 

exit and return statements

  How does the exit () and return () differ exit () is used to exit the program as a whole. In other words it returns control to the operating system. After exit () all memory and temporary storage areas are all flushed out and control goes out of program. In contrast, the return () stateme
 

SQL Programming

SQL Programming Overview Anybody who has done something for a long time has probably wanted to change how things work at some point or another. A worker at a mill might have found a more efficient way of cutting logs, or a mathematics teacher might have had a hand in changing a school’s al
 

WinRunner Programming Concepts

If you want to create WinRunner scripts that are highly efficient, there are important programming concepts that you will want to become familiar with. Understanding these concepts will provide you with a large number of key benefits. In addition to understanding these concepts, you must also learn
 

Programming Languages Certification

IT Certification programs have several options that will offer you the best knowledge.  By learning everything that you need to know about information technology you will be able to open new doors to your career and personal business desires.  IT Certification offers several vari
 

Using UML with Java

Using UML with Java While Java is not a new language its application for the development of embedded systems is quite new Developers are beginning to take a second look at modeling languages such as UML and many feel it can be a powerful tool in their development arsenal mosgoogle center Introductio
 

Neuro-linguistic Programming Methods

Neuro linguistic Programming Methods There are several methods used for performing Neuro linguistic Programming on an individual for obtaining insights into the psyche of the person in order to correct to modify certain patterns of behavior These techniques are also used for Neuro linguistic trainin
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape