WELCOME TO ONLINE MATERIALS
Q1. How could Java classes direct program messages to the system console, but error messages, say to a file?
A. The class System has a variable out that represents the standard output, and the variable err that represents the standard error device. By default, they both point at the system console. This how the standard output could be re-directed:
Stream st = new Stream(new FileOutputStream("output.txt")); System.setErr(st); System.setOut(st);
*Q2. What's the difference between an interface...
Thursday, September 29, 2011
//
Labels:
JAVA Programming
//
0
comments
//
1.There is a game which is being played by 2 persons A and B. The 2 players start the game keeping identical 50 paise coins on a blank board alternately. The 50 paise coins can be kept in the board such that no part of the coin is outside the board. It can touch the board edge but cannot protrude outside the board. The two players can place the coins anywhere on the board. The coins placed during the course of the game can touch each other at the periphery but cannot overlap with the already...
Thursday, September 29, 2011
//
Labels:
Arithmetic
//
0
comments
//
Lecture1 - Introduction to Digital Circuits Lecture-2-Introduction to Digital Circuits Lecture 3 Combinational Logic Basics Lecture 4 - Combinatioal Circuits Lecture 5 Logic Simplificat...
Lecture 6 - Karnaugh Maps And Implicants Lecture 7 - Logic Minimization Using Karnaugh Maps Lecture 8 - Karnaugh Map Minimization Using Maxterms Lecture 9 - Code Converters Lecture 10 Parity Generator And Display Decoder&nbs...
Click He...
Tuesday, September 20, 2011
//
Labels:
videos
//
0
comments
//
51.Are the expressions *ptr++ and ++*ptr same?
Ans: No. *ptr++ increments the pointer and not the value pointed by it, whereas ++*ptr increments the value being pointed to
by ptr.
more....!...
Monday, September 19, 2011
//
Labels:
C Programming
//
0
comments
//
1.What will be the output of the following code?
void main ()
{
int i = 0 , a[3] ;
a[i] = i++;
printf (“%d",a[i]) ;
}
Ans: The output for the above code would be a garbage value. In the statement a[i] = i++; the value of the variable i would get assigned first to a[i] i.e. a[0] and then the value of i would get incremented by 1. Since a[i] i.e. a[1] has not been initialized, a[i] will have a garbage value.
2.Why doesn't the following code give...
Monday, September 19, 2011
//
Labels:
C Programming
//
0
comments
//
Question 1-3
Three men (Tom, Peter and Jack) and three women (Eliza, Anne and Karen) are spending a few months at a hillside. They are to
stay in a row of nine cottages, each one living in his or her own cottage. There are no others staying in the same row of houses.
1. Anne, Tom and Jack do not want to stay in any cottage, which is at the end of the row.
2. Eliza and Anne are unwilling to stay besides any occupied cottage..
3. Karen is next to Peter and Jack.
4. Between Anne and Jack's cottage...
Sunday, September 18, 2011
//
Labels:
Reasoning
//
0
comments
//
1.If 2x-y=4 then 6x-3y=?
(a)15(b)12(c)18(d)10Ans. (b)2.If x=y=2z and xyz=256 then what is the value of x?(a)12(b)8(c)16(d)6Ans. (b)3. (1/10)18 - (1/10)20 = ?(a) 99/1020(b) 99/10(c) 0.9(d) none of theseAns. (a)
more..!!!!&nbs...
Sunday, September 18, 2011
//
Labels:
Arithmetic
//
0
comments
//
1: The largest copper producing country in the World is1. Chile
2. Russia
3. South Africa
4. ChinaAns: 1.2: If the radius of a circle is diminished by 10%, then its area is diminished by:1. 10%
2. 19%
3. 20%
4. 36%Ans: 2.more...!!...
Thursday, September 08, 2011
//
Labels:
Arithmetic
//
0
comments
//
1. Which of the following pairs of countries are the signatories of a Gas pipeline deal christened as Peace Pipeline
1) Iran - Iraq
2) Iraq - UAE
3) Kuwait - Iran
4) Pakistan - Iran
5) None of these
2. 'Mardeka Cup' is associated with game of
1) Hockey
2) Golf
3) Football
4) Badminton
5) None of these
more...!!!
...
Sunday, September 04, 2011
//
Labels:
General Awarens
//
0
comments
//
1- Who is the Commerce & Industry minister of India?
(A). Anand Sharma
(B). Kapil Sibbal
(C). Salman Khurshid
(D). Kamal Nath
Ans:- (A)
2- Who among the following was recently appointed as the new
India-head of Pepsi Co Inc.?
(A). Manu Anand
(B). Chetan Anand
(C). Chitra Desai
(D). Sanjeet Bhatia
Ans:- (A)
more...!!!!...
Sunday, September 04, 2011
//
Labels:
General Awarens
//
0
comments
//

1.Who becomes first Indian woman to cross Gobi desert ?
- Sucheta 33 year old women from Pune, has successfully crossed the arduous 1,623 km stretch of the Gobi desert, the largest in Asia and the fifth in the world
2. Iscom along with Elmwood College, St.Andrew’s UK has launched a Post-Graduate course for which sporting event?
Post-graduate programme in golf management
3. Who has been ranked world No.1 in double trap shooting...
Friday, September 02, 2011
//
Labels:
current Affairs
//
0
comments
//
Popular Posts
-
list of cups and trophies (Associated with Sports and Games) Sport: Hockey Aga khan Cup , Begam Rasul Torphy (woman’s), Maharaja R...
-
1- Who is the Commerce & Industry minister of India? (A). Anand Sharma (B). Kapil Sibbal (C). Salman Khurshid (D). Kamal Nath Ans:...
-
1. Which of the following pairs of countries are the signatories of a Gas pipeline deal christened as Peace Pipeline 1) Iran - Iraq 2) Ira...
-
1. Which symbol will be on the face opposite to the face with symbol * ? A. @ B. $ C. 8 D. + 2. Two positions are dice ...
-
1. A clock shows the time as 6 a.m. If the minute hand gains 2 minutes every hour, how many minutes will the clock gain by 9 p.m.? (a) 30 ...
online materials. Powered by Blogger.
Labels
Arithmetic
(8)
C Programming
(3)
current Affairs
(3)
General Awarens
(5)
JAVA Programming
(2)
Reasoning
(5)
videos
(1)
Total Pageviews
Total Posts
Calender
Feedjit
Blog Archive
-
▼
2011
(27)
-
▼
September
(11)
- JAVA Interview Questions1
- Aptitude puzzles and Arithmetic Problems
- Digital Circuits and Systems video lecture
- Programming Question & Answers in C-language:Test ...
- Programming Question & Answers in C-language:Test ...
- Analytical Reasoning
- Aptitude Questions with answers
- General Aptitude Question Answers for All Examinat...
- GENERAL AWARENESS For All Exams on GK
- Business & Marketing Aptitude Multiple choice Ques...
- Current Affairs Quiz August 2011
-
▼
September
(11)