Sunday, 16 June 2013
How to install packages in Ubuntu?
›
This post will explain how can you install packages in Ubuntu Vis Basic Graphical Method You can install your softwares using Ubuntu S...
Sunday, 9 June 2013
Interview Question #13 synchronization on static function/method.
›
Let me clarify the question with an example. You have the following class. public class Counter{ private static int count = 0; public st...
Saturday, 1 June 2013
How to count number of files in a linux directory?
›
Sometime you copy a lot of files from a directory or another media to some other directory and you wish to know how many files are copied. ...
1 comment:
Friday, 24 May 2013
Can Instance variables be overridden by inheritance in Java?
›
We know that functions can be overridden by inheritance but are instance variables overridden? Go through the following code We have a c...
Sunday, 19 May 2013
Accesing private variables using Reflection API
›
Reflection API in Java comes very handy to test class variables and methods at runtime. You can call it a type of hack as it violates the ...
‹
›
Home
View web version