What is mean by encoding?
No Answer is Posted For this Question
Be the First to Post Answer
Real Time sample code for Encapsulation and Abstraction. where to use abstract and where to use specifies like public private.
can used Protected Class outside Function.?
Is string is a class in java?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What happens if an exception is throws from an object's constructor?
What is sizeof () operator?
What is the importance of static variable?
What is the difference between the prefix and postfix forms of the ++ operator?
What is ascii code?
When can you say a graph to be a tree?
What is difference between variable declaration and definition?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?