<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java Interview Questions @ Amdocs</title>
	<atom:link href="http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html</link>
	<description>Your mantra to job success</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ankit</title>
		<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/comment-page-1#comment-27805</link>
		<dc:creator>Ankit</dc:creator>
		<pubDate>Thu, 22 Dec 2011 20:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.interviewmantra.net/?p=926#comment-27805</guid>
		<description>hi all of uso kindly send me all amdocs apttitude questionthanks 
</description>
		<content:encoded><![CDATA[<p>hi all of uso kindly send me all amdocs apttitude questionthanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sdk05</title>
		<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/comment-page-1#comment-27697</link>
		<dc:creator>Sdk05</dc:creator>
		<pubDate>Thu, 03 Nov 2011 09:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.interviewmantra.net/?p=926#comment-27697</guid>
		<description>Can you post your interview question here please </description>
		<content:encoded><![CDATA[<p>Can you post your interview question here please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/comment-page-1#comment-27492</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Fri, 23 Sep 2011 07:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.interviewmantra.net/?p=926#comment-27492</guid>
		<description>hi all of u
 so kindly  send me all amdocs apttitude  question
 thanks</description>
		<content:encoded><![CDATA[<p>hi all of u<br />
 so kindly  send me all amdocs apttitude  question<br />
 thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SWATI</title>
		<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/comment-page-1#comment-26917</link>
		<dc:creator>SWATI</dc:creator>
		<pubDate>Tue, 30 Aug 2011 09:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.interviewmantra.net/?p=926#comment-26917</guid>
		<description>What are inner classes and why do we need them? 
	Do we name the java file using the Outer class’s name?</description>
		<content:encoded><![CDATA[<p>What are inner classes and why do we need them?<br />
	Do we name the java file using the Outer class’s name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aniket</title>
		<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/comment-page-1#comment-26472</link>
		<dc:creator>aniket</dc:creator>
		<pubDate>Thu, 04 Aug 2011 14:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.interviewmantra.net/?p=926#comment-26472</guid>
		<description>Hi,

i am 2 years experienced in java. i got a call from amdocs, pune today. My interview is on day after tomorrow(saturday 6th aug).
Please tell me java interview questions asked @Amdocs , magarpatta cyber city, hadapsar pune .
Thanks in advance.

Regards,
Aniket</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i am 2 years experienced in java. i got a call from amdocs, pune today. My interview is on day after tomorrow(saturday 6th aug).<br />
Please tell me java interview questions asked @Amdocs , magarpatta cyber city, hadapsar pune .<br />
Thanks in advance.</p>
<p>Regards,<br />
Aniket</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeny</title>
		<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/comment-page-1#comment-26371</link>
		<dc:creator>Jeny</dc:creator>
		<pubDate>Thu, 28 Jul 2011 06:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.interviewmantra.net/?p=926#comment-26371</guid>
		<description>Hi Vsics for printing 1 to 100 without any loop u can use go to statement with if condition.

Try this code it will work.

void main()
{
        int a;
      
       prnt:
      
       if ( a &lt;= 100)
                     printf ( &quot;  %d &quot; , a)
      a++;
     goto prnt;
}</description>
		<content:encoded><![CDATA[<p>Hi Vsics for printing 1 to 100 without any loop u can use go to statement with if condition.</p>
<p>Try this code it will work.</p>
<p>void main()<br />
{<br />
        int a;</p>
<p>       prnt:</p>
<p>       if ( a &lt;= 100)<br />
                     printf ( &quot;  %d &quot; , a)<br />
      a++;<br />
     goto prnt;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/comment-page-1#comment-25993</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Fri, 15 Jul 2011 15:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.interviewmantra.net/?p=926#comment-25993</guid>
		<description>pratibha i have received a similar call, could you pls tell me wat kind of ques were asked, my interview is tommorrow.</description>
		<content:encoded><![CDATA[<p>pratibha i have received a similar call, could you pls tell me wat kind of ques were asked, my interview is tommorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pratibha</title>
		<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/comment-page-1#comment-25428</link>
		<dc:creator>Pratibha</dc:creator>
		<pubDate>Thu, 23 Jun 2011 09:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.interviewmantra.net/?p=926#comment-25428</guid>
		<description>hi please help me.i am 1+yrs of exp in java/j2ee technologies i got a cal from am-d0cs pune.they told aptitude, java  and sql &amp; unix test.please suggest me and guide me.</description>
		<content:encoded><![CDATA[<p>hi please help me.i am 1+yrs of exp in java/j2ee technologies i got a cal from am-d0cs pune.they told aptitude, java  and sql &amp; unix test.please suggest me and guide me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vsics</title>
		<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/comment-page-1#comment-25201</link>
		<dc:creator>vsics</dc:creator>
		<pubDate>Wed, 15 Jun 2011 04:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.interviewmantra.net/?p=926#comment-25201</guid>
		<description>i have attend interview in Abhitech pvt ltd Lucknow.

in interview interview ask me a question 
1) write a program in C language which print 1 t0 100 number without using loop(while,for,do while).

2)
write a program in C which delete an element of an given array like
1 2 3 4 5 6 
delete 5 
then out put
 1 2 3 4 6</description>
		<content:encoded><![CDATA[<p>i have attend interview in Abhitech pvt ltd Lucknow.</p>
<p>in interview interview ask me a question<br />
1) write a program in C language which print 1 t0 100 number without using loop(while,for,do while).</p>
<p>2)<br />
write a program in C which delete an element of an given array like<br />
1 2 3 4 5 6<br />
delete 5<br />
then out put<br />
 1 2 3 4 6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: durgabhavani</title>
		<link>http://www.interviewmantra.net/2010/03/java-interview-questions-amdocs.html/comment-page-1#comment-22408</link>
		<dc:creator>durgabhavani</dc:creator>
		<pubDate>Tue, 15 Mar 2011 10:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.interviewmantra.net/?p=926#comment-22408</guid>
		<description>hi please help me.iam 2+yrs of exp in java/j2ee technologies i got a cal  from am-d0cs pune.they told aptitude and sql &amp; unix test.please suggest me and guide me.</description>
		<content:encoded><![CDATA[<p>hi please help me.iam 2+yrs of exp in java/j2ee technologies i got a cal  from am-d0cs pune.they told aptitude and sql &amp; unix test.please suggest me and guide me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.interviewmantra.net @ 2012-02-10 22:57:47 -->
