July 2009

How to Create an Executable Jar file

July 21, 2009 Java

SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.config.clipboardSwf =’http://alexgorbatchev.com/pub/sh/2.0.320/scripts/clipboard.swf’;SyntaxHighlighter.all();Pre-requisites: JRE(any version above 1.2) JDK (any version above 1.2) This article demonstrates the creation of an executable jar file. This is a hands-on tutorial, I recommend you to follow the below mentioned steps practically instead of simply reading this tutorial. Step 1: Download Source Code (nodalo-src.zip) and Binary Classes (nodalo-bin.zip) [...]

2 comments Read the full article →

First Interview Experience of a Fresh Graduate

July 20, 2009 C

This is a recorded Interview conducted for a Job posting of Junior Software Engineer at a Multi National Company. The company’s core business is Information Technology outsourcing. The job requires competency in latest Computer technologies. The Company is also ready to train if they find enthusiastic and budding engineers. The interviewee, being a graduate of [...]

3 comments Read the full article →

How to install apache ant

July 14, 2009 Java

I recorded a video that demonstrates how to install Apache Ant Software on a windows machine. Apache Ant is a java based build tool. You may read the text instructions for installing ant. You may want to download Apache Ant Software.

0 comments Read the full article →

Answers to Twitter Live quiz-3 on C

July 9, 2009 C

This is a recorded twitter quiz. @ajlopez, won this quiz. More Details about this quiz Question1: In C statement, int _new_var; The variable name is not valid and it results in a compilation error. a)True or b)False? Answer: b)False In C language, variable names can start with _(underscore) or a letter but not a number. [...]

1 comment Read the full article →

Google Chrome Blog: Google Chrome OS – FAQ

July 9, 2009 Others

After Google announced the phenomenal news of launching their own OS for netbooks, questions poured in from millions of curious google users. In response to those questions, Google published FAQ on Google Chrome blog. Some of the points mentioned in that FAQ were: Google Chrome OS is going to be opensource, apparently free of cost. [...]

3 comments Read the full article →

Twitter Live Quiz on C language -3

July 9, 2009 C

What: Interview Mantra Quiz-3 is a live, interactive quiz on twitter and facebook. 10 multiple choice questions would be asked one after another. Answer to each question would be published within 5 minutes of posting. You need to reply to the question before the answer is published by the quiz master. Topics: C language – [...]

0 comments Read the full article →