Sunday, April 26, 2015

What jQuery? Why jQuery? Advantages ? Disadvantages ?

3 comments
What is jQuery? •  jQuery is a lightweight, "write less, do more",    JavaScript library. • The purpose of jQuery is to make it much easier    to use JavaScript on your website. Why jQuery? •  There are lots of other JavaScript frameworks...
Read full post »

Sunday, April 19, 2015

INTRODUCTION TO JAVA PROGRAMMING

31 comments
INTRODUCTION TO JAVA PROGRAMMING ¨ Introduced by [James Gosling & team-mates] at Sun Micro-Systems. ¨ Was called Oak but then introduced as Java. ¨ Purpose:-     à Platform Independence.      àNetworking & Internet     àCan be used...
Read full post »

Tuesday, April 7, 2015

What is THREAD in JAVA ?

2 comments
THREADS IN JAVA Creating threads by constructor class mythread implements Runnable //creates second thread {        Thread t;      int i;      mythread()      {         ...
Read full post »