Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~1K People Reached
Favorite Forums
Member Avatar for sujithy15

suppose that Box is a class now Box mybox = new Box(); this first creates a reference variable and then mybox is dynamically allocated memory but what difference does it create in allocating memory to a class instance dynamically or during compile time? here what is the advantage of such …

Member Avatar for IsharaComix
0
80
Member Avatar for sujithy15
Member Avatar for keumgang
0
144
Member Avatar for sujithy15

what is an ide how is it different from traditional java platform ? what is java beans?

Member Avatar for sujithy15
0
184
Member Avatar for sujithy15

java is robust and secure what is meant by robust and why is java robust? why is java called secure? can any one please help me with these?

Member Avatar for musthafa.aj
0
117
Member Avatar for sujithy15

what is eclipse? well i am a beginner in java n i am learning the basics will u plzz explain about eclipse in a clear way

Member Avatar for musthafa.aj
0
91
Member Avatar for sujithy15
Member Avatar for sujithy15

1.why isn't java used for [B]system programming[/B] in place of c ? 2. what does the statement 'java is [B]robust[/B] mean'? 3. what does the statement 'java is [B]multiprogramming[/B] mean'? 4. why is the concept of pointers avoided in java? Instead of using [B][I]references[/I][/B] in place of pointers in order …

Member Avatar for peter_budo
0
83
Member Avatar for sujithy15

overriden methods provide one interface multiple methods. what is meant by one interface multiple methods

Member Avatar for verruckt24
0
112
Member Avatar for sujithy15

hai guys my question is regarding data protection. conisder this program [code] // This class defines an integer stack that can hold 10 values. class Stack { int stck[] = new int[10]; int tos; // Initialize top-of-stack Stack() { tos = -1; } // Push an item onto the stack …

Member Avatar for sujithy15
0
244