How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
can any one send me the example program of immutable class?
What is abstraction with strong example program? (not a general program)
what is platform dependent translation and platform dependent programming language
How we can make copy of a java object?
design an lru cache in java?
Can private class be inherited in java?
Who is the owner of java?
Can we override the private methods?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.
What happens when a thread cannot acquire a lock on an object in java programming?
Is string thread safe in java?
what is the main differene between synchronize() method and Synchronize{}block?