Wednesday, November 11, 2009

About SCJP Sun Certified Programmer For Java Exam

Questions from colleagues and readers of my blog, here is more information about the SCJP exam.

The SCJP exam is a theoretical exam with very tricky questions, it test your knowledge of the Java programming language which is the foundation of all future certifications like Java Developer, J2ME etc.

To study for the exam I suggest buying the SCJP Sun Certified Programmer For Java 6 Study Guide (R409.00) book and spend about a year studying, do mock exams etc until your sure you can pass the exam - its very difficult!

For help you can visit JavaRanch
Which is a website started by the authors of the SCJP book.

Phone Prometric Testing Centre on 0800 99 11 20 two weeks in advance, before writing the exams to book. Pricing can be checked with them.


Friday, November 6, 2009

Increase Visual Studio.Net 2008 Memory

For work I use Visual Studio.Net 2008 along with a lot of plugins like SQLPrompt etc also Team Foundation Server (TFS). Lately I've been getting out of memory exceptions when I try to checkin my code, after some searching I found that Visual Studio.Net only use max 2GB of RAM memory where my laptop has over 4GB of memory.

I found an article that explain how to hack Visual Studio.Net to increase its memory usage.

After trying it out it seams that its working! Hope someone else will find it helpful.