Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~550 People Reached
Favorite Forums
Favorite Tags
java x 5
Member Avatar for dlgmu537

I have written a super class called Parent.java and it was extended to create a subclass called Child.java. The super class can be compiled properly, but when the child is compiled an error is poped up. //parent class package abc; public class Parent{ protected int st_marks=180; } //child class package …

Member Avatar for jalpesh_007
0
189
Member Avatar for dlgmu537

Hello Everyone I tried to open a .class file with word format and now all my class files have that Microsoft word icon on it. But I want to remove it and take my .class files to previous style (ie plane style with no icons on it). Is this possible …

Member Avatar for dlgmu537
0
46
Member Avatar for dlgmu537

**Can anybody explain me how an IDE helps to improve the productivity of developers and how does it improve the quality of the systems that they produce?**

Member Avatar for mike_2000_17
-1
123
Member Avatar for dlgmu537

I have written a code in java for the following scenario. There is a class called Student and it has registration number and name as instance variables and student count as a class variable. Student class has two methods called display which is supposed to display the details of a …

Member Avatar for dlgmu537
0
192