JVM ARCHITECTURE JVM--Java Virtual machine 1. what is virtual machine? Virtual means physically doesn't existence. it is a software simulation of a machine. which can perform operations like a physical machine. which is not having physical existence. 2. Types of Virtual Machines?what is the purpose of each machine? all virtual machines are categorized into two categories i. hardware based VM/System Based VM ii. application based VM/process based VM/Software Based VM i. Hardware based VM: KVM[kernal based virtual machine], VM Ware[virtual machine Ware], cloud computing,Xen Ex: Linux os on the same physical machine we can create several logical machines with strong isolation from each other. adv: effective utilization of resources. this type of Hardware based VM associated with Admin roles. Programmers never associated wi...
AJAX & JQuery 1.calling a jsp page by passing parameter $.ajax({ url: 'data.jsp?parameter=sahitya', async: false, error: function() { alert("Error"); }, success: function(data) { alert(data); } }); 2.checking weather string contains "/" or not if (data.toLowerCase().indexOf("/") >= 0) { } 3.Redirecting the url to some other var path=location.protocol + "//" + location.host+data ;//gives the base path window.location=path; Here var pathname = window.location.pathname; // Returns path only var url = window.location.href; // Returns full URL ...
Journey To Boardroom 1.Company culture and people you are working with matter Working with people who don't discriminate you because of your age, things automatically become easy for you.Though how you do compared to cohorts(A group of people with common characteristics) of your age. and the way you present yourself among your superiors always matter. 2. Hard work , commitment and dedication how you perform effects your appraisal show your superiors your dedication towards the company. 3.Be Ambitious very important in today's tough competing job market .never lose a sight of who you are. 4.Taking Risk is important There is a lot of risk taking while climbing the ladder of success.When you are young can take for more risk given the consequences of any failure would be comparatively for less. 5.Learn to Manag...
Comments
Post a Comment