Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

3 Posted Topics

Member Avatar for messynaddy

Hi guys. Im want to install server Apache 2.0 on my laptop windows 7 but apparently the configuration failed. I watched few tutorials/guides on the internet saying that i must test the configuration using cmd> cd \Apache\bin then httpd -t. But i cant see that the command works. Im confuse …

Member Avatar for stormal1
0
147
Member Avatar for harshm027
Member Avatar for messynaddy

public class Stack extends LinkList{ public Stack(){ public void push (Object element) { insertAtFront (element); } public Object pop(){ return removeFromFront(); } public Object peek(){ return getFirst(); } } Im trying to create a movieApp using pop push and peek method(Stack). But once the class got compiled, it shows a …

Member Avatar for messynaddy
0
291

The End.