Multiplication Table Version 1.0

Submitted by jakerpomperada on
It has been a while since I publish a new code in Java for sourcecodester.com maybe many of my avid visitors in this site wondering why I more focusing in Visual Basic instead of Java my main reason is that I want to expand my knowledge in computer programming so I learned and venture in Visual Basic but I can't deny the reality that my first love is Java so I republish my code in Java I called it

Supplies Inventory System

Submitted by admin on
After looking at my source code in supplies inventory system. I was amazed by the fact that I am using an old code which is not actually my style of coding. Although this program works great if you want to calculate a running balance, there is however, a more straightforward method of coding a running balance. If you have downloaded some of my code especially made in VB, you’ll see what I mean

Simple Tic Tac Toe Version 1.0

Submitted by jakerpomperada on
Hello there about this code I called it Simple Tic Tac Toe Version 1 in Visual Basic 6. It is a very simple Tic Tac Toe program that demonstrate how to use conditions to check the valid patterns of the game of Tic Tac Toe. I intended this code for beginners in Visual Basic programming. If you find my work useful send me an email at [email protected]. People here in the Philippines who wish

Stop Watch Version 1.0

Submitted by jakerpomperada on
Hello there about this code I called it Stop Watch Version 1 in Visual Basic 6. It is a very simple program show how to use timer control to create a stop watch application. I intended this code for beginners in Visual Basic programming. If you find my work useful send me an email at [email protected]. People here in the Philippines who wish to contact me can reach me in my mobile phone

"this" IN JAVA VER.1.1

Submitted by Kumar Gaurav Jain on
FROM THE USE OF "this" IN JAVA WE RESOLVE OVERLAPPING OF CLASS MEMBERS DONE BY THE LOCAL VARIABLE."this" ALLOW US TO SEPARATE VARIABLE OF SAME NAME OF DIFFERENT SCOPE.HERE I WILL SHOW YOU HOW WE CAN CALL ONE CONSTRUCTOR OF CLASS FROM ANOTHER CONSTRUCTOR OF CLASS USING "this".TO UNDERSTAND THIS ALSO DOWNLOAD "this"IN JAVA VER.1.2