It’s good to remember that there are a few ways of defining the main() method in Java 5: public static void main(String[] args) {} or public ...
You can call run() method of a thread many times. However, not a single new thread will be started. This way JVM will only execute the code ...
Recently I’ve been reading “High Performance Web Sites” (look at amazon). I think it’s a good book who can be recommended to all who do even ...
assert Expression1 : Expression2; Expression1 is asserted to be true; otherwise AssertionError (that shouldn’t be handled) is thrown ...
Setting up a dedicated server for CS2 (Counter Strike 2) enhances your gaming experience by providing control over game sessions. ...
Slot games (look Fortune Rabbit or other PGsoft games) have long been a staple in ...
NVelocity is a view engine for MonoRail. It’s quite handy and it’s not difficult to deliver such views. One of the flows I can ...
If you use Friend of a Friend (FOAF) files to describe your profile and want to provide it to the reader in a readable way ...
If you’re about to start playing with AJAX in ASP.NET it’s a good idea to read this book: ASP.NET AJAX In Action by Alessandro ...
Out of the blue when I started my laptop (Dell D600, Windows XP SP2) I started getting the following error: Wireless Configuration ...
Can you predict the output of the following code? class SubTest extends Test { public int aNumber; public SubTest() { aNumber = ...
A few months ago I wrote about Xobni, a plugin for Outlook. I created that post basing only on what I learned on their homepage. A ...
Update, 2010-10-23 Note: After reading discussion on Martin Hinshelwood’s blog, I’ve decided to state clear I’m writing here about ...
It’s good to remember that there are a few ways of defining the main() method in Java 5: public ...
You can call run() method of a thread many times. However, not a single new thread will be started. ...
Recently I’ve been reading “High Performance Web Sites” (look at amazon). I think it’s a good book ...
assert Expression1 : Expression2; Expression1 is asserted to be true; otherwise AssertionError (that ...
Collections are very important on SCJP exam. It’s useful to remember the following… List ordered ...
If you introduce AJAX to the application that is web tested with Selenium your tests might fail from ...