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
~537 People Reached
Favorite Tags
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
132
Member Avatar for harshm027

I am using Windows 7 home premium. I am not able to enter the password to login. But the space key and the back key are working fine. Even the touch pad is working fine. Please help Thanks

Member Avatar for Dedra
0
125
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
280