Scrapping a web page from a websiteLet's drool over a URLScrapper class, which can be used to scrap or read a web page. import java.net.*; public class URLScrapper { public static void main(String args[]){
Processing vast amounts of data - hadoopHow do we create well managed, scalable applications that process large amounts of data. Hadoop can reliably store and process large amount of data. For more information check out the real stuff at: http://hadoop.apache.org/core/ Happy Processing !!!
Your financial checklistIf you are in your late 20's or early 30's, hopefully married or blissfully single it's high time you have your own financial checklist. So let's get started, by taking a Q&A route. Do you know your average monthly/yearly expenses? Do you have a 8-10 month emergency fund, to fulfill your bare minimum monthly expenses if you are just not earning a regular salary?
How to plan your insuranceWhen it comes to the financial matter's of life most of us are either ignorant about it, as we are busy flirting around with our current paycheck's or too dumb enough to understand the financial jargon's. Most of us invest the way our parent's did or our friend's do now. The law of the land is if you have a bunch of smart friend's who are good at planning their investment and safeguards against the risk, you would have done reasonably well till now. How much should your insure yourself for? Should it depend on
Java runtime memory usageIt is often required to monitor the memory usage of your java application when it's deployed. There are a number of monitoring tools both licensed/open source which can be plugged in your app to monitor the application performance. This could be the thread usage, memory usage, properties etc. The most common monitoring requirement is for the memory usage of your app. Memory usage pattern of your app can provide good insights to the application performance and scalability enhancements when required. Java's runtime memory usage can be logged or monitored using the RuntimeMXBean class.
Invoking sqlldr in javaThere is a frequent requirement to load data from a flat file into the Oracle DB. Although one can use the novice approach of reading a file, and updating the data in the Oracle DB table using a standard JDBC approach, but that alas is novice and is not good for high performance data loads. Creep in SQL Loader.
|
JavaBulls.com |