Tag Archives: JAVA

Debugging an Infinite Loop in Java with BlueJ

This video highlights the thinking and debugging processes novice computer programmers should use. It shows how to debug an infinite loop in the Java programming language, using the BlueJ development environment.

Posted in Programming | Tagged , , , , | 1 Comment

Debugging an Infinite Loop in Java with BlueJ

This video highlights the thinking and debugging processes novice computer programmers should use. It shows how to debug an infinite loop in the Java programming language, using the BlueJ development environment.

Posted in Programming | Tagged , , , | 1 Comment

In Single User & single Threaded OS can Java run Properly and why ? Why Java is platform Independent?

This are the Interview Questions which I couldn’t answer properly. So plz help me to know the proper answer with explanation.

Posted in JAVA | Tagged , , , , , , | 1 Comment

Where can I find core Java questions & answers for interviews?

Java tips & tricks Java reference

Posted in JAVA | Tagged , , , , , | 1 Comment

Sun JAVA Certification Mock Exams

Sun JAVA Certification Mock Exams Tour. This gives you all details of how to use the mock tests and run it.

Posted in .Net | Tagged , , , | 1 Comment

Creating and debugging an Java Enterprise Application with GWT

JEE 5, NetBeans 6.7, GWT4NB 2.6.9, GWT 2.0 ms2

Posted in Programming | Tagged , , , , | 2 Comments

What is the point of static methods in Java?

Why bother giving some things the “static” keyword when they will work either way? I realize that some functions (like in some libraries) are already static so you have to make your functions static, but why make things static in … Continue reading

Posted in C Programming | Tagged , , , | 4 Comments

How to become an expert in C,C++ and Java programming?

I am currently pursuing masters in computer science and though I have a good knowledge about different programming languages , I am not an expert at any of the languages. All I know is basic stuff good enough to clear … Continue reading

Posted in C++ | Tagged , , , , | 1 Comment

How long do you need to study for the Java programmer certification exam?

I have a lot of Java programming experience.

Posted in .Net | Tagged , , , , , , | 4 Comments

Use of Static keyword in Java?

My class compiles OK but at runtime I get a ‘class does not have a main method’ error. Could this be because I didn’t declare it static? the problem is if I declare it static I get methods that cannot … Continue reading

Posted in C Programming | Tagged , , | 4 Comments