Abhishek Jain

Greenhorn
+ Follow
since Sep 02, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Abhishek Jain

Hello Ranchers,

Sorry but a silly question, m just wondering what is the size of boolean in Java, I goggled it and found someone saying 1,2,4 bytes but this made me thinking when we can store boolean in 1 bit than what is the reason for some extra memory..

waiting for your expert comments guys...
Hi All,

I would like to share my experience ....
HEAD FIRST .. PROVED IT AGAIN 4 ME..

Really folks, I didn't have prepared a lot .. as compared to efforts made by me in SCJP n SCWCD .... so would say this was an easy challange..
Gone thru Head First SCBCD 2ice..... had 1yrs of exp in workin with EJBs..

So at last all the best to all the RANCHERs preparing for the same..

Bbye ..
Ganesh me too facing the same problem... I have also open the same new thread , I think so looking at that our Senious will give their valuable help. Let me know if u get some ideas

I have started preparing for it....
1) Purchased Mastering EJB third edition
But this book is tooo vast....... dont know how to go through it.

2) UML Distilled by Martin Fowler.

3) Gang of 4 for Design Pattern.

but for rest of the topics I m afraid of ... dont know how to prepare
if any one have idea please reply.....

Regards
Abhi
Hi Ranchers,

I am preparing for SCEA Part I. I need ur guidance and help for preparation of this Exam. Please Help me out ..... How should I start Preparing....

Regards
Abhi
Hi All

Can any one please let me know how to prepare for SCEA i.e. which books to refer and what all things to kept in mind before giving the exam.

Regards
Abhi
Hi All,

m working in an Indian MNC @ Hyderabad India, m currently workin in Java J2EE Technology for last 2years. I m in a critical situation, I cant decide that in my near future what should I do? Even I can t put up my problem in words, Its a problem that all the new associates use to face when they are new in the Industry. Its like whats the right way through which I can enlighten my carrer.

With my 2 year exp in J2EE I had completed SCJP & SCWCD Certification. What all can I do .....? What I think is for getting into the Top Esteemed company its not like have to be good in a particular language or platform.. I think individual must have good basic concept.... What all topics are there should I master in...?

I think my question would be better understood by some one who is seniour in the industry..... who had gone through the similar situation as of mine.. I earnestly request to u to give some valuable suggestion to me.

Regards
Abhi
18 years ago
Hi Abhi,
I found it better in Core J2EE Pattern by Deepak ....
just gone thru the pattern which are in the syllabus.

Regards
Abhi
Vineela Congratulations

Asking u straight fwd ..... can u please tell me what all free mock test u had give. Please send me the links of all those.

Regards
Abhi
18 years ago
Hi Raghu

I was so stupid yaar ........

Yup finally it worked CREDIT TO U ONLY
can I have ur mail ID if u like...
It would be g8 having a friend like U

Thnkx a LOT
Regards
Abhishek
18 years ago
JSP
Hi Raghu,

FYI,
location :- webapps\JspCounter\web.xml

<?xml version="1.0" encoding="ISO-8859-1"?>

<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
<servlet>
<servlet-name>JSPCounter</servlet-name>
<jsp-file>/JSPCounter.jsp</jsp-file>
<init-param>
<param-name>myID</param-name>
<param-value>abhi_svits@yahoo.co.in</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>JSPCounter</servlet-name>
<url-pattern>*.jsp</url-pattern>
</servlet-mapping>
</web-app>

Regards
Abhi
18 years ago
JSP
Hi Eddy

Still its not working

Regards
Abhishek
18 years ago
JSP
Hi All

I am screwed with a problem where I wana to read init-param from jsp

JSP LOCATION :-
/webapps/JSPCounter/JSPCounter.jsp

Web.xml Contents :-
<servlet>
<servlet-name>JSPCounter</servlet-name>
<jsp-file>/JSPCounter.jsp</jsp-file>
<init-param>
<param-name>myID</param-name>
<param-value>abhi_svits@yahoo.co.in</param-value>
</init-param>
</servlet>

Overriden init method :-

public void jspInit(){
ServletConfig scg=getServletConfig();
String myID=scg.getInitParameter("myID");
System.out.println(myID);
ServletContext scx=getServletContext();
scx.setAttribute("myID",myID);
}

when i am using this code its giving me null value ???

Regards
Abhishek
18 years ago
JSP
Thanks Avi

Ur suggestion worked for me.....
am highly thank full to u

Regards
Abhi
18 years ago
I want to use PL/SQL functions to add business logic / modifications to a set of results. Rather than return just one value from an Oracle Procedure, can I use Oracle collections and objects(Specially using IS TABLE OF ) to return a set of results back to Java ?

I'm using Oracle 9i - and I've been fishing around at lots of documentation - but haven't found any magic answers yet.

i am facing error sqltype 2003 error

Would appreciate any advice....

Plz.........
18 years ago
Thanks Peer

I was thinking scwcd1.4upgrade --> 100$ exam would be better as compared to that of scwcd1.4 one.But ur suggestion made me on right track .... I applied for scwcd 1.4 exam finally ........

Thanks once again
Regards
Abhishek