Many sources use the term timestamp to refer specifically to Unix time, the number of seconds since 00:00:00 UTC on
January 1, 1970. In Oracle you can compute this number very easily. For example, the following query computes the
number of seconds between 00:00:00 UTC on January 1, 1970 and October 9, 2007.
Who uses eclipse already knows how fantastic this great IDE is. Here I want to provide a table with the shortcuts I use almost ever when I develop in Java.
Eclipse is a great IDE. When you hover your mouse over a class name or method of the Java SE API you get a contextual help for that class or method. However if you do the same thing over a Java EE class, such as HttpServletRequest you might not get the same effect. This is because there’s is no source or Javadoc attached to that class. To attach the documentation to your J2EE class as well you can follow these steps: