fakecineaste
Thursday, March 7, 2013
javascript interview questions
›
Fill in the body of the sortByFoo function below. Executing the code should display true three times in your browser. function sort...
immutable class
›
What is immutable class in Java Immutable classes are those class, whose object can not be modified once created, it means any modific...
How to create and export PDF files in Java
›
How to create and export PDF files in Java There are lots of open source library that lets you play with the pdf files in java http:/...
Apache POI
›
Apache POI - the Java API for Microsoft Documents The Apache POI Project's mission is to create and maintain Java APIs for manipulatin...
JavaScript library
›
Java Plugin Detector http://www.pinlady.net/PluginDetect/Java/ Browser Plugin Detection with PluginDetect http://www.pinlady.ne...
content management system
›
Drupal Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and suppo...
Wednesday, March 6, 2013
Memory safety
›
Memory safety Memory safety is a concern in software development that aims to avoid software bugs that cause security vulnerabilities...
Type safety
›
Type safety In computer science, type safety is the extent to which a programming language discourages or prevents type errors. A type ...
So What is hiberfil.sys Anyway?
›
So What is hiberfil.sys Anyway? Windows has two power management modes that you can choose from: one is Sleep Mode,The other is Hibern...
why does array index start from zero?
›
why does array index start from zero? To use a data item, you must calculate its correct address Why do indexes of arrays start wit...
Tuesday, March 5, 2013
What is the difference between javac and the Eclipse compiler?
›
What is the difference between javac and the Eclipse compiler? Eclipse's built-in compiler is based on IBM's Jikes java compiler...
1 comment:
how to compile java file without javac command?
›
how to compile java file without javac command? JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); int result = compiler.run(...
Wireless Networks
›
How to Secure Your Wireless Network Securing Your Wireless Network Encryption scrambles the information you send over the internet int...
‹
›
Home
View web version