 |
|
26-07-2008, 10:02 AM
|
#1 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Scjp
i'm thinking of doing scjp to get into the industry(to get a job lol)
anyways is that a good choice guys cuz i'm a bit lost at the moment oh and i'm doing BCS at the moment
help
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
28-07-2008, 12:14 AM
|
#2 (permalink)
|
|
Democracy is a myth
Join Date: Apr 2004
Location: Kaikhali,Kolkata
Posts: 2,158
|
Re: Scjp
SCJP is good choice............
NIIT provides course and arranges for exam too.........
BOOK: Khalid-Mughal
__________________
"My opinions may have changed, but not the fact that I am right."
"I'm never wrong. Once I thought I was wrong, but I was wrong"
|
|
|
28-07-2008, 09:23 AM
|
#3 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Re: Scjp
Hey thanx 
how bout the job worthiness is that enough to get a decent job or would i have to do that sun certified java developer exam too?
|
|
|
28-07-2008, 09:38 AM
|
#4 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Scjp
Kathy Siera's book is also good.. as she is one of the developers' of the exam
|
|
|
28-07-2008, 10:11 AM
|
#5 (permalink)
|
|
Who stole my Alpaca!
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
|
Re: Scjp
+1 for Kathy Sierra and Bates.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
|
|
|
28-07-2008, 10:37 AM
|
#6 (permalink)
|
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Re: Scjp
Quote:
Originally Posted by mad_max
Hey thanx 
how bout the job worthiness is that enough to get a decent job or would i have to do that sun certified java developer exam too?
|
SCJP can definitely land you in a decent job provided you are actually skilled. There are two ways to get SCJP:
- Memorizing the solutions for 10 dumps.
- Learning Java properly by practice.
If you go through the first route I can bet you'll not get a good job if interviewed by someone who knows Java. There are hundreds of certified idiots in the industry.
If you go through second route, you'll have double advantage.
- You can face any interview in core Java with 100% confidence.
- More importantly you can learn any Java framework in a snap during the course of your job as your core Java skills will be top notch. This will help you greatly in a technology like Java where there are several frameworks come and go while the core remains the same (and of course your boss would be impressed).
__________________
Chandru
http://tuxychandru.blogspot.com
|
|
|
28-07-2008, 11:47 AM
|
#7 (permalink)
|
|
Indidiot
Join Date: Dec 2007
Location: Rock Island
Posts: 1,416
|
Re: Scjp
I'm too doing a 3 year GNIIT course from NIIT and currently doing JAVA there and later will be giving SCJP exam(SL-275). BTW I did JAVA earlier in my 5th sem and now doing it in NIIT for 3rd time(Batch issues) but the thing is I'm still not comfortable with JAVA as much as I'm with C or C++. Maybe that's because I need more practice in this language. I find C to be more easy and less complicated than JAVA. I was shocked to know that JAVA is not big on User Inputs during Run-time as "most real applications of JAVA are not text based, console programs but graphically oriented applets that rely on AWT and Swingsfor interactionwith the user.Java's support for console I/O is limited and somewhat awkward to use. Text -based console I/O is just not very important to JAVA programming"(JAVA2: Complete Reference, pg.314)  . Anyways I find this language like my Microprocessor subject (8085,8086) looks difficult and is initially but once get hold of it, it ain't all that much difficult.
Moreover my choice of language holds great accordance with their relevance in the field of Game Programming.
|
|
|
28-07-2008, 12:17 PM
|
#8 (permalink)
|
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Re: Scjp
Quote:
Originally Posted by Plasma_Snake
"most real applications of JAVA are not text based, console programs but graphically oriented applets that rely on AWT and Swingsfor interactionwith the user.Java's support for console I/O is limited and somewhat awkward to use. Text -based console I/O is just not very important to JAVA programming"(JAVA2: Complete Reference, pg.314)  .
|
There are two things wrong with that statement.
- Most Java programs today are server-side apps rather than swing based GUI apps.
- Java has good support for stream based console I/O (in fact its stream architecture can be used in the same way for console, files and sockets). The reason for not supporting more complex console I/O (like moving cursor to specific location), is the fact that terminals on different platforms do not act in same way.
Quote:
Originally Posted by Plasma_Snake
Moreover my choice of language holds great accordance with their relevance in the field of Game Programming. 
|
If you mean high-end game programming, you may need to learn ASM too.
__________________
Chandru
http://tuxychandru.blogspot.com
Last edited by chandru.in; 28-07-2008 at 12:18 PM.
Reason: Automerged Doublepost
|
|
|
28-07-2008, 02:48 PM
|
#9 (permalink)
|
|
Indidiot
Join Date: Dec 2007
Location: Rock Island
Posts: 1,416
|
Re: Scjp
Quote:
Originally Posted by chandru.in
If you mean high-end game programming, you may need to learn ASM too. 
|
What is ASM, please elucidate?
|
|
|
28-07-2008, 03:05 PM
|
#10 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Re: Scjp
wow thanks a lot for all the replys guys it really means a lot  hopefully i might be able to find pdf files of those books(not that i love straining my eyes but kinda broke at the moment lol  )
oh certified idiots lol thats harsh 
i'll take the second path in an instance,i'll have to choose a language for my bcs so its easier if i jst go with java and well thats two birds in one shot lol
oh btw anyone doing bcs?
P.s. this isn't relevant to me but do you mean game engine programming?
thats assembly language  coding using processor instructions which makes that code relatively faster
Last edited by mad_max; 28-07-2008 at 03:10 PM.
Reason: Automerged Doublepost
|
|
|
28-07-2008, 03:55 PM
|
#11 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Scjp
Go, BUY a book... u will get a CD of practice questions/exams n PDFs in that..
It's not more than Rs.400/-
|
|
|
28-07-2008, 04:10 PM
|
#12 (permalink)
|
|
Google Bot
Join Date: Aug 2005
Posts: 9,772
|
Re: Scjp
Quote:
Originally Posted by Plasma_Snake
What is ASM, please elucidate? 
|
Assembly!
__________________
My new blog: www.pathikshah.com
|
|
|
28-07-2008, 09:01 PM
|
#13 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Re: Scjp
k will do sir  any particular title/s from those authors?
Or maybe i'll get some from my class,lol ya i'm going to one of those cuz i wanna learn the language
|
|
|
29-07-2008, 02:00 AM
|
#14 (permalink)
|
|
Who stole my Alpaca!
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
|
Re: Scjp
Braindumps are for weaklings. Earn your certification if you plan on doing one. Don't weasel your way through. I've worked as HR for some time. I promise you that Braindumps weasels will get ripped apart in interviews.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
|
|
|
29-07-2008, 06:27 AM
|
#15 (permalink)
|
|
The Chosen One
Join Date: Jul 2005
Location: Jaipur, Bhilwara (Rajasthan)
Posts: 338
|
Re: Scjp
Can anyone give more details on how to take SCJP.
I have interest in Java. I have developed a few projects.(Not so complex)
One was FTP Server & Client Apllication & other was Video Library Management.
Can anyone please guide me about SCJP.??
__________________
| Dell XPS 15 ( Intel Core i7-Q740M, 6GB DDR3 RAM , 750GB 7200 rpm HDD, 1080p FHD Screen, nVidia GT435 2GB Video Card, 9-cell Battery) | | Samsung Galaxy 3 (Android ICS 4.0.3 CM9, Rooted) with 8GB Class 10 SD Card (1GB sd-ext for Apps :D) |
|
|
|
29-07-2008, 07:30 AM
|
#16 (permalink)
|
|
Who stole my Alpaca!
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
|
Re: Scjp
Quote:
|
Can anyone give more details on how to take SCJP.
|
SCJP - http://www.sun.com/training/certification/java/scjp.xml
SCJA - http://www.sun.com/training/certification/java/scja.xml
You don't have to do the SCJA to do the SCJP although if you don't have a grasp on the basics then start from there and move on . Taking the exam is your call fo course.
The best place to start with your Java Queries. Please note that they follow MUCH more strict terms when you post on their forums but pretty much everyone is very friendly. Even the authors answer questions on the forums as well.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
|
|
|
29-07-2008, 11:02 AM
|
#17 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Re: Scjp
yeah i'm gonna learn the language instead of burning 15 dumps into my brain  btw this might sound as a very dumb question but what are those versions of scjp(1.4,1.5) are they like for their corresponding java version? which one should i be doing?
Quote:
|
The best place to start with your java Queries
|
where lol
|
|
|
29-07-2008, 11:31 AM
|
#18 (permalink)
|
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Re: Scjp
Quote:
Originally Posted by mad_max
what are those versions of scjp(1.4,1.5) are they like for their corresponding java version? which one should i be doing?
|
Yes, they correspond to Java versions. Take up SCJP 1.6. There is not much difference between 1.5 and 1.6 (from SCJP's perspective) except for a couple of new classes and methods.
But 1.4 and 1.5 have a huge difference between them. Java as a language underwent a great deal of remake in 1.5 (aka Tiger).
Quote:
Originally Posted by mad_max
where lol 
|
I think he meant the Javaranch forum.
__________________
Chandru
http://tuxychandru.blogspot.com
Last edited by chandru.in; 29-07-2008 at 11:33 AM.
Reason: Automerged Doublepost
|
|
|
29-07-2008, 11:41 AM
|
#19 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Re: Scjp
hey thanx bro  i guess i confused my self with those versions 
oh right that place  but he said its strict,in what ways i wonder....
|
|
|
29-07-2008, 11:58 AM
|
#20 (permalink)
|
|
Who stole my Alpaca!
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
|
Re: Scjp
AHAHAHAHA I forgot to post the URL in my post sorry. Yes I meant Javaranch.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
|
|
|
29-07-2008, 07:45 PM
|
#21 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Re: Scjp
yea you left a void in your post
|
|
|
01-08-2008, 03:21 PM
|
#22 (permalink)
|
|
Indidiot
Join Date: Dec 2007
Location: Rock Island
Posts: 1,416
|
Re: Scjp
If one has his fundas clear, no matter which book he studied from, Object will always be an instance of a Class, does one even then need specialized study material for such exam, like the books earlier named by some of the forum members?
|
|
|
01-08-2008, 03:50 PM
|
#23 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Re: Scjp
i think thats when you're going to do the exam without actually learning the language,scjp covers every core concepts of java SE(or so i heard) but you really don't have to learn all that to do the exam and i think thats where those books come in i think
|
|
|
01-08-2008, 04:04 PM
|
#24 (permalink)
|
|
Indidiot
Join Date: Dec 2007
Location: Rock Island
Posts: 1,416
|
Re: Scjp
I'm currently following "Java2:The Complete Reference" By Herbert Schildt. bought it back in my 5th Sem. when had Java as a subject. Now in my NIIT course, JAVA is going on and they have given 2 books by Sun Microsystems having code 'SL-275' on them which the NIIT teacher say is the exam code for SCJP exam. In my opinion thogh the books are completely **** and waste of paper. Not even UML code is proper let alone the actual JAVA code. I will give the SCJp exam but just want to know if my current book is going to be enough or gonna need those 'Certified Dumps' ?
|
|
|
01-08-2008, 10:23 PM
|
#25 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Re: Scjp
certified books you mean  btw nice table
|
|
|
01-08-2008, 11:32 PM
|
#26 (permalink)
|
|
Indidiot
Join Date: Dec 2007
Location: Rock Island
Posts: 1,416
|
Re: Scjp
^^  Custom Made  Thanx!
|
|
|
02-08-2008, 08:00 AM
|
#27 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Re: Scjp
you're welcome  ,yea i thought so too  btw the designer wont sue me if i copy it would he 
|
|
|
02-08-2008, 09:57 AM
|
#28 (permalink)
|
|
Indidiot
Join Date: Dec 2007
Location: Rock Island
Posts: 1,416
|
Re: Scjp
Well I'm THE Designer, and... Nah! Go ahead Make my Day, copy it
|
|
|
02-08-2008, 01:39 PM
|
#29 (permalink)
|
|
Broken In
Join Date: Jul 2008
Posts: 131
|
Re: Scjp
heheh i sure intend to  but don't ask for royalties at a later time though 
|
|
|
02-08-2008, 04:51 PM
|
#30 (permalink)
|
|
Indidiot
Join Date: Dec 2007
Location: Rock Island
Posts: 1,416
|
Re: Scjp
I'm a Seeder by nature so "We Give it All"
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
SCJP exam....
|
sivarap |
QnA (read only) |
3 |
14-06-2007 04:16 PM |
|
|
|