Nikumbh
Member
- Member since
- Aug 10, 2011
- Last active
- Aug 23, 2016
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
019d5293-6935-495e-87c7-532849f7cec1
Java the complete reference by Herbert Schildt would be a good option.
-
#Threads
7bf6216f-f647-4194-b825-2236dbd5625e
@#-Link-Snipped-# :Thank you very much for the info.
-
#Threads
74f6669b-538d-4135-8650-cef7acb8026d
NikumbhTake the scenario as, If I use 2G network, in roaming the result would be....?When I use 2G network, the connection terminates...
-
#Threads
3a2241c6-616e-4f67-9b4b-4484e2098028
Take the scenario as, If I use 2G network, in roaming the result would be....?
-
#Threads
Question on Mobile Broadband
Hi Folks, This is a general question that raised in me. I'm using a BSNL 3g data plan, I'm supposed to be...
-
#Threads
256c8d01-2679-4333-b417-479d536de2cf
I think Morphees, going to be a milestone in mobile hardware design.... If and only if it serves the advancement features of...
-
#Threads
2be662c2-9523-47c5-86fa-f94718a33f10
Vishal0203I did this program using data structures long back! Here it is! #include<iostream> #include<cstdlib> using namespace std; struct list { char c;...
-
#Threads
d4336a62-aae4-42f4-ad12-3b9c474df582
Another question : Write a program to sort the elements of an array, the first half of the array should be sorted...
-
#Threads
cf4c6f20-f0e1-4fcf-bfa8-538427c74cdf
Write a program to reverse the words in the string ie., if "you are a boy" is a string then should be...
-
#Threads
72fac7d9-2bc4-4d95-880b-e3b547582911
Vishal0203Adding another question here!! write a program to swap all the occurrences of 0 to the end of the array! ex: input...
-
#Threads
f82dca3e-4f5b-494c-8b9f-54d456a72303
Solution for the problem a[]={1,0,2,0,3,0} then, it should print 1,2,3,0,0,0 solution : #include<iostream> using namespace std; int main() { int a[15],i,j...
-
#Threads
5faa8e53-ad02-48b0-a33f-c38d7d58be33
Is objective-c pure object oriented programming language? please register your answer with proper explanation. Well thanks in advance
-
#Threads
1350e3a5-69d9-413f-8695-4df4be5d0027
@#-Link-Snipped-# : The example what I explained above is for data hiding. Encapsulation rather does data hiding over the implementation part from...
-
#Threads
7f02b21f-71f3-45a0-8465-31e49a78d733
So, can I take this as..... Abstraction : Is hiding the implementation of a class dataMember(most probably methods inside the class). ie.,...
-
#Threads
Encapsulation vs Abstraction in OOPs
Hi Folks, Could anyone make me clear the difference between encapsulation and abstraction. In my POV the difference between Encapsulation and Ab...
-
#Threads
Objective C
Hi folks, I would like to know the reasons behind why Objective C is not used widely. And why it has been...
-
#Threads
a2b03e83-285b-4bc6-a9fa-a9d574eced5b
@#-Link-Snipped-# : I've tried from the core for HD dual os installation. But ubuntu/linuxmint both occupies the full HD. I tried both...
-
#Threads
47489e41-48ef-4cb4-96e5-c8c77f2fe850
@#-Link-Snipped-# : I've tried formatting and installing dual os on my HD. But it doesn't work....... @#-Link-Snipped-# : I'm facing problem in...
-
#Threads
39dcbbd2-3ed7-47a1-8092-a20d709021f6
Hi everyone, I'm trying to install ubuntu using windows installer. However I'm unable to install the ubuntu 12.04 version.... I've mentioned the...
-
#Threads
322398a0-39ef-4e13-a506-3947ae84eded
#-Link-Snipped-# : i was getting connection timed out msg.... i don't know why. 😔
-
#Threads
Linux command for copying a file from remote server location to our local machine
scp -r testuser@10.0.5.215:/home/testuser/tmp/hello.txt /home/elcot/hello.txtI've used the above command to copy the file located at the server:10.0.5.215, loca...
-
#Threads
85d97751-4883-4371-b72b-0bd25c3b1b0f
Yes i've tried first windows 7 installed, then linuxmint/ubuntu(tried both) next. But i couldn't able to install. The linux seeks full hard...
-
#Threads
Linux OS installation issues
I have lenovo G580 machine. I've been trying to install linux as secondary os... But i couldn't able install linux as secondary......
-
#Threads
49fc3cc6-f025-4dd9-8d85-c4c45158f4a6
#-Link-Snipped-# : Once again thank you very much bro.......👍
-
#Threads
bbcca125-fa70-4cb2-b9ca-37f2c0609afd
The problem is solved now. Initially i haven't included the javassist-3.11.0.GA.jar in my lib folder. Now it's working. Anyways #-Link-Snipped-# Thank you...
-
#Threads
ba5ece86-fe19-4b5f-8f9e-4da406b7c2d8
#-Link-Snipped-# : But i don't think that's the reason caused the above mentioned error... Anyway i've removed that action part(named "birthday"). Still...
-
#Threads
Struts in Eclipse Indigo
Hi FOLKS, I'm trying to run a simple struts appln. But at the very end i'm reaching the following error... Could anyone...
-
#Threads
1e850681-ef5c-494b-ad29-373c2c899322
Actually, i'm not able to get the children tag value. Where it's ids are same. ie., <FL value="ID"> </FL> <FL value="Name"> </FL>...
-
#Threads
XML parsing using DOM parser java
I'm finding problem in parsing the xml file using the DOM parser. Where my problem is i have a parent tag called...
-
#Threads
debe11f4-c364-49ac-b7ba-257170f8e66e
ianoopFind attachment and add following to your lib path from struts 2.3 libraries struts2-core.jar freemarker.jar xwork-core.jar ognl.jar...
-
#Threads
5c0d2e7a-29d4-4b66-a5fb-8bc2a198177b
Anand TamariyaWhere have you done the mapping for StrutsHelloWorld ?#-Link-Snipped-# : Thank you very much for your reponse.... But i've found the...
-
#Threads
HTML To XML Using Java
How to convert a webpage content into a xml file through the url using java Could anyone please help me... 😉
-
#Threads
4be01745-6447-4dad-ad85-26618bee2d5a
ianoopFind attachment and add following to your lib path from struts 2.3 libraries struts2-core.jar freemarker.jar xwork-core.jar ognl.jar...
-
#Threads
da34da14-fbdd-4e76-a247-3db61990a13b
Could you please upload the code you're having at home, if it doesn't follow the maven plugin. Well #-Link-Snipped-# Thanks mate...😀
-
#Threads
410042c4-229b-40a4-b5b9-dc6969703f70
#-Link-Snipped-# Am I able to clear you?
-
#Threads
d066723a-68db-4bb5-a342-753a9f966c39
//HelloWorldAction.java package com.tutorialspoint.struts2; public class HelloWorldAction { private String name; public String execute() throws...
-
#Threads
28967e84-9ce0-4f34-a71d-cfd22b2f34f4
<!-- index. jsp --> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="s" uri="/struts-...
-
#Threads
83ddc465-330f-48f7-b9b7-00c6b6141450
@ianoopI don't know how to upload the directory
-
#Threads
Struts in eclipse
Hi Folks, Whenever i start creating a dynamic web application, I ended up with the following error type Status report message /StrutsHelloWorld...
-
#Threads
570fff62-8e24-479f-827f-f966e424c4b8
#-Link-Snipped-# : Thank you buddy. Well got the idea what i'am looking for...
-
#Threads
How to find the number of hits on button in a web page using JSP?
how to find the no. of hits on button in a web page using jsp. The no. of hits has to be...
-
#Threads
b7226d41-2425-4cde-87c7-5a345bb38c5c
#-Link-Snipped-# : But the problem is i don't have any .sln file in my project. ... 👎
-
#Threads
ASP.net : How to upgrade project vs2005 to project vs2008?
Looking for ASP.net help - How to upgrade project vs2005 to project vs2008, I'm on Windows operating system.
-
#Threads
5bd8db0a-570d-493b-84d0-149569fb6757
😐 can anyone tell me how to upgrade project from vs2005 to vs2008
-
#Threads
Doubt in asp.net version vs2005
I've a project in visual studio 2005 using asp. Now i'm using 2008. Till the last year i'd been using visual studio...
-
#Threads
a59eeba6-971a-4050-a866-bb8af04cd96c
@nareshkumar653 thanks a lot... 😀
-
#Threads
C aptitude question
Can anyone tell me how the following code results... #include<stdio.h> int main() { int a=1,b=1,c; c=a=0? (a=1)😔b=2); printf("%d %d %d",a,b,c)...
-
#Threads
9b67d7f7-e5e7-4b1c-8d07-166c211e2707
Mr. Naresh Kumar , Thank you very much for your clarification.
-
#Threads
Problem in aptitude
In a 6 digit number, find the possibilities of at least 4 digits are different... It's really needed............
-
#Threads
51b9e4d2-98b6-4aa5-819a-64ae5448c1e0
Welcome sharayu to the ce......!
-
#Threads
Problem in c#.net
Any one help me how to find a given string/word in a file, and how to increment the parsing pointer to the...
-
#Threads
Display/navigate the database without using navigator tool in vb.net
Any one help me how to display/navigate the database without using navigator tool in vb.net.
-
#Threads
C++ Supports Pointers or Not
Does c++ supports pointers or not? if it is then how it can provide security over data. Elaborate pls....And thank you very...
-
#Threads
e465b900-24a5-4fd9-a233-d880173f7c23
Is that necessary to have enum data type....?