You are on page 1of 1

What is thread computing? what is multiple thread? how threads differ from processes?

overview of kernel Threads user Level Threads Advantages and Disadvantage of using threads

<script> $(function() { $("#ajax-home").click(function(){ $.ajax({ type:"GET", url:"about.php", success: function(data){ $("#containers").html(data); } }); }); $("#ajax-about").click(function(){ $("#container").html("This is about"); }); $("#ajax-login").click(function(){ $("#container").html("This is Login"); }); }); </script

You might also like