answersLogoWhite

0


Best Answer

hello friend, scjp is the internationaly rcognized certification program conducted world wide 24*7 and whole year.as there is no time limit for this xam but if u r familiar with java then i would take approx 1 month to pass with a good score but if u r new to java then in that case it can take even 2 and half month.these are ideal facts but generally it depends on the time that u r giving to ur studies.exam code for scjp 1.4 is 310-035.best books are keithy sierra AND KHALID MOUGHAL.best of luck for the exam.you can cotact me at nrapendralsharma@gmail.com.

I have prepared only 7 days and got 93 percentile .. I have purchased preparation kit from http://www.techfaq360.com/mocktest.jsp

This kit is too good ... you can attend mock exams and easily pass

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

If you already "know" core C++ programming then a reasonably intelligent programmer can "learn" (become familiar enough to write basic programs with the javadoc only a Google away) in around 2-4 weeks of 8 hour days (you'll need the rest time for what you've learned to gel in your grey matter). Most of this time is not spent learning actual language differences (garbage collection will take several hours to understand and months/years to trust, while many other things are identical to C/C++ or nearly so). The time is to learn your way around the java.* packages (a.k.a. class libraries, a term somewhat more familiar to C/C++ folks). There is no equivalent in C/C++, this is a new way of thinking in Java. Imagine if stdio wasn't the only standard library in C, but there were dozens of them that everyone knew and used regularly, for all sorts of purposes. That is the java.* packages, and why Java has taken off as a language (GC fanatics can believe what they want, it's all that built-in function that won the day).

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

At least 2 weeks of dedicated preparation is required to pass the SCJP certification exam.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many days preparation is enough for scjp?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Difference between scjp and scwcd exam?

SCJP stands for Sun Certified Java Professional SCWCD stands for Sun Certified Web Component Developer SCJP is a certification for understanding on core java concepts whereas SCWCD is for web developers. SCWCD is usually considered an advanced certification whereas SCJP is the most basic of Java certifications.


Scjp 1.6 mock test?

You can find mock exam questions by doing a google search with the following keywords 'SCJP Mock Exam Questions'


How do you expertise in java?

It depends on your definition of "expertise", but I think that it means that you are the holder of multiple Java certifications, such as the Microsoft CME and the Sun SCJP.


What is the use of encapsulation in java?

The ability to make changes in your code without breaking the code of all others who use your code is a key benefit of encapsulation. You should always hide implementation details. To elaborate, you must always have your variables as private and then have a set of public methods that others can use to access your variables. Since the methods are public anyone can access them, but since they are in your class you can ensure that the code works the way that is best for you. So in a situation that you want to alter your code, all you have to do is modify your methods. No one gets hurt because i am just using your method names in my code and the code inside your method doesnt bother me much. If you want maintainability, flexibility, and extensibility (and I guess, you do), your design must include encapsulation. How do you do that? • Keep instance variables protected (with an access modifier, mostly private). • Make public accessor methods, and force calling code to use those methods rather than directly accessing the instance variable. • For the methods, use the JavaBeans naming convention of set and get. source- SCJP book by Kathy and Bert


Related questions

Where can i find SCJP latest dumps?

You can find them by doing a simple google search by typing 'SCJP Exam Preparation' or use the related links section link


Scjp 1.5 and scjp 1.6 exam simulator?

ExamLab is a freeware and it has two versions for SCJP 1.5 and SCJP 1.6. It can be freely downloaded from: http://www.examlab.tk


Scjp 1.5 free software?

It is difficult finding free scjp mock exam simulators in the internet. But, if you take up a SCJP exam training course from a training institute they will give you...


How do you prepare for the scjp exam?

Buy a nice book on SCJP Exam prep or search the internet for SCJP Exam prep material. One of the exam prep websites is available in the related links section.


Difference between scjp and scwcd exam?

SCJP stands for Sun Certified Java Professional SCWCD stands for Sun Certified Web Component Developer SCJP is a certification for understanding on core java concepts whereas SCWCD is for web developers. SCWCD is usually considered an advanced certification whereas SCJP is the most basic of Java certifications.


Can anyone send you the sylabbus for scjp?

key java concepts like threads, exception management, inheritance, polymorphism, collections etc are part of the scjp syllabus. the whole list of topics that are included in the scjp exam are available in the related links section.


What is the SCJP exam fees in India?

5000


Scjp 1.6 mock test?

You can find mock exam questions by doing a google search with the following keywords 'SCJP Mock Exam Questions'


Is there any minus mark for wrong answers in scjp?

No.


How do you get scjp?

You should contact your local prometric test center.


How you can get java certification from sun micro system?

If you are in India, visit your nearest NIIT center. They have the Sun certifications which you can take. I took my SCJP from NITT chennai. (SCJP - Sun Certified Java Professional/Programmer)


Where you get free scjp book download?

Most books for professional certifications are copyrighted and so, you cant download them legally anywhere. You need to buy a copy or borrow it from a friend. Refer to the related links section for training material for scjp in the internet.