Syvum Home Page

Home > Discussions > For all activities

Discussion topic: Contributed Answer/Explanation to Q. 12

Viewing messages

To go to the homepage of this topic, click here.
<<  <  Page 3 of 4  >
From: abrahamkynadiReply 41 of 73Reply
Subject: Contributed Answer/Explanation to Q. 14
   91
   65+26=91

Posted at: Wed Mar 24 12:16:55 2010 (GMT)

From: abrahamkynadiReply 42 of 73Reply
Subject: Contributed Answer/Explanation to Q. 17
   Pass by Value

Posted at: Wed Mar 24 12:17:26 2010 (GMT)

From: abrahamkynadiReply 43 of 73Reply
Subject: Contributed Answer/Explanation to Q. 18
   Pass by Reference

Posted at: Wed Mar 24 12:17:43 2010 (GMT)

From: alokrajivReply 44 of 73Reply
Subject: Contributed Answer/Explanation to Q. 8
   Compound statement  are those that contain 1 or more statments inside it.
   
   Example :
   
   
	   loops
	   mthods
	   if( ) { } 
	   switch( ) { } 

Posted at: Thu Mar 25 17:22:03 2010 (GMT)

From: alokrajivReply 45 of 73Reply
Subject: Contributed Answer/Explanation to Q. 10
   'while' and 'do'  are both iteration statements.
   
   'while' is a entry-controlled loop.
   
   
   'do' is an exit-controlled loop. 

Posted at: Thu Mar 25 17:26:47 2010 (GMT)

From: ashfyaReply 46 of 73Reply
Subject: Contributed Answer/Explanation to Q. 8
   it is a set of statements which ends with a semi colon;

Posted at: Fri Mar 26 02:26:50 2010 (GMT)

From: ashfyaReply 47 of 73Reply
Subject: Contributed Answer/Explanation to Q. 10
   answer below
   
   while loop:(entry control)
   
   
   *it does not execute if the condition is not sattisfied
   
   
   *it checks the condition first and then execution begins
   
   
   do-while loop:(exit control)
   
   
   #it will execute atleast once 
   
   
   #it will execute first and then checks the condition

Posted at: Fri Mar 26 02:39:51 2010 (GMT)

From: navtejReply 48 of 73Reply
Subject: Contributed Answer/Explanation to Q. 1
   Encapsulation-----------------------------------Inheratence

Posted at: Sun Apr 4 05:43:22 2010 (GMT)

From: navtejReply 49 of 73Reply         View replies (1)
Subject: Contributed Answer/Explanation to Q. 21
   Ans will be 5

Posted at: Sun Apr 4 05:54:06 2010 (GMT)

From: navtejReply 50 of 73Reply
Subject: Contributed Answer/Explanation to Q. 21
   Ans:- 5

Posted at: Sun Apr 4 05:54:40 2010 (GMT)

From: krutikaReply 51 of 73Reply
Subject: Contributed Answer/Explanation to Q. 1
   encapsulation and polymorphism

Posted at: Tue Oct 26 13:49:31 2010 (GMT)

From: krutikaReply 52 of 73Reply
Subject: Contributed Answer/Explanation to Q. 2
   comment

Posted at: Tue Oct 26 13:50:18 2010 (GMT)

From: krutikaReply 53 of 73Reply         View replies (1)
Subject: Contributed Answer/Explanation to Q. 2
   comment
   
   single line comment- //
   
   
   multi line comeent- /*                    */

Posted at: Tue Oct 26 13:53:34 2010 (GMT)

From: krutikaReply 54 of 73Reply
Subject: Contributed Answer/Explanation to Q. 2
   comment
   
   single line comment- // 
   
   
   multi line comment- /*                    */ 

Posted at: Tue Oct 26 13:54:03 2010 (GMT)

From: krutikaReply 55 of 73Reply
Subject: Contributed Answer/Explanation to Q. 5
   3 - three...

Posted at: Tue Oct 26 14:13:39 2010 (GMT)

From: krutikaReply 56 of 73Reply
Subject: Contributed Answer/Explanation to Q. 7
   loop
   
   a for loop is a loop which is used to perform indefinite number of loops
   
   
   class loop
   
   
   {
   
   
   public void main(int n)
   
   
   {
   
   
   for(int i=1;i<=n;i++)
   
   
   {
   
   
   Syatem.out.println(i);
   
   
   }}}

Posted at: Tue Oct 26 14:17:48 2010 (GMT)

From: krutikaReply 57 of 73Reply
Subject: Contributed Answer/Explanation to Q. 12
   5*6=30

Posted at: Tue Oct 26 14:20:14 2010 (GMT)

From: krutikaReply 58 of 73Reply
Subject: Contributed Answer/Explanation to Q. 14
   the ascii value of A is 65 so 65+26=91

Posted at: Tue Oct 26 14:22:13 2010 (GMT)

From: krutikaReply 59 of 73Reply
Subject: Re: Contributed Answer/Explanation to Q. 26
   hello can u please make up a program without using buffered reader statement
   itz a damn lengthy process
   try on simple one na

Posted at: Tue Oct 26 14:29:09 2010 (GMT)

From: krutikaReply 60 of 73Reply
Subject: Re: Contributed Answer/Explanation to Q. 26
   hello can u please make up a program without using buffered reader statement
   itz a damn lengthy process
   try on simple one na

Posted at: Tue Oct 26 14:29:19 2010 (GMT)

<<  <  Page 3 of 4  >

To post to this forum, you must be signed in as a Syvum member. Please sign in / register as a member.

Contact Info © 1999-2024 Syvum Technologies Inc. Privacy Policy Disclaimer and Copyright