How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
No Answer is Posted For this Question
Be the First to Post Answer
How do you escape sequences in java?
Define Compiling?
How to make a method thread safe without using synchronized keyword?
8 Answers Persistent, Societe Generale,
What is the minimum and maximum length of an identifier?
Is int a class in java?
What is mnemonic code?
What is the difference between a local variable and an instance variable?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
How many types of operators are there?
how many ways to create Thread and which one is good? runnable interface ot Thread class?
What is reflexive association?
What are the four corner stones of oop?