Mock tests, Interview questions, Tutorials and Tech news
 
 

Archive

Archive for June, 2010

Photoshop tutorials

June 7th, 2010 Vinay 2 comments

I stumbled accorss one of the sites which has excellent resource on photoshop tutorials

Photoshop Tutorials TutorialBlog.org

Categories: Miscellaneous Tags:

Business English Coach in Boston

June 7th, 2010 Vinay No comments

Steve runs his company Pro Esl.  Pro Esl provides English language courses onsite for companies that employ international professionals in the Greater Boston area MA. English language courses are customized to meet the needs of international employees and their companies.

Steve has created 3 practice tests for those who want to test out their Business English proficiency Test

Business English test 1

Business English test 2

Business English test 3

Take the test and give your feedback to Steve.

Categories: Miscellaneous Tags:

Custom Annotation in Java 5.0

June 3rd, 2010 fanand 5 comments

Overview

Previous versions of Java provided a limited and ad-hoc mechanism for annotating code through JavaDoc comments

Java 1.5 allows both runtime and compile-time processing of annotation data. Annotations are said to annotate a Java element. A good example is the @deprecated JavaDoc tag. The @deprecated tag is used for documentation purposes. This tag has no effect on the code it describes, but causes the compiler to produce warnings if any other code references the tagged element.

Annotations will also be used for compile-time checking such as to produce warnings and errors for different failure scenarios. An example of an annotation that is used at compile time is the new @Deprecated annotation, which acts the same as the old @deprecated JavaDoc tag.

How to define an Annotation?

Annotations are defined in following way: Read more…

Get Adobe Flash playerPlugin by wpburn.com wordpress themes